frontend client for gemstone. decentralised workplace app

refactor: reword error message

serenity 0c59bd5f b4841145

Changed files
+3 -3
src
lib
utils
+3 -3
src/lib/utils/gmstn.ts
···
if (!success)
return {
ok: false,
-
error: "Attempted to create shard record failed. Check the domain inputs.",
+
error: "Attempt to create shard record failed. Check the domain inputs.",
};
return { ok: true };
···
if (!success)
return {
ok: false,
-
error: "Attempted to create lattice record failed. Check the domain inputs.",
+
error: "Attempt to create lattice record failed. Check the domain inputs.",
};
return { ok: true };
···
if (!success)
return {
ok: false,
-
error: "Attempted to create lattice record failed. Check the domain inputs.",
+
error: "Attempt to create invite record failed. Check the did and strongRef inputs.",
};
return { ok: true };