diff --git a/src/Api/Controllers/CiphersController.cs b/src/Api/Controllers/CiphersController.cs index 7f2eb7f2b5..327c9d307d 100644 --- a/src/Api/Controllers/CiphersController.cs +++ b/src/Api/Controllers/CiphersController.cs @@ -175,7 +175,7 @@ namespace Bit.Api.Controllers (Guid?)null : new Guid(model.OrganizationId); if (cipher.OrganizationId != modelOrgId) { - throw new BadRequestException("Organization mismatch. Re-sync if you recently shared this item, " + + throw new BadRequestException("Organization mismatch. Re-sync if you recently moved this item, " + "then try again."); } @@ -528,7 +528,7 @@ namespace Bit.Api.Controllers { if (!ciphersDict.ContainsKey(cipher.Id.Value)) { - throw new BadRequestException("Trying to share ciphers that you do not own."); + throw new BadRequestException("Trying to move ciphers that you do not own."); } shareCiphers.Add((cipher.ToCipher(ciphersDict[cipher.Id.Value]), cipher.LastKnownRevisionDate)); diff --git a/src/Core/MailTemplates/Handlebars/Welcome.html.hbs b/src/Core/MailTemplates/Handlebars/Welcome.html.hbs index 8a12992d82..ce2863ba3f 100644 --- a/src/Core/MailTemplates/Handlebars/Welcome.html.hbs +++ b/src/Core/MailTemplates/Handlebars/Welcome.html.hbs @@ -35,7 +35,7 @@