diff --git a/src/Core/Vault/Services/Implementations/CipherService.cs b/src/Core/Vault/Services/Implementations/CipherService.cs index 140399a37a..3a970d82bd 100644 --- a/src/Core/Vault/Services/Implementations/CipherService.cs +++ b/src/Core/Vault/Services/Implementations/CipherService.cs @@ -875,7 +875,7 @@ public class CipherService : ICipherService if ((cipher.RevisionDate - lastKnownRevisionDate.Value).Duration() > TimeSpan.FromSeconds(1)) { throw new BadRequestException( - "The cipher you are updating is out of date. Please save your work, sync your vault, and try again." + "The item cannot be saved because it is out of date. To edit this item, first sync your vault, or log out and back in." ); } }