diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7a90ce9d..2226e5b63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -61,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- (GH #920) Optimize docker builds, making them faster by leveraging more caching mechanisms and removing unnecessary package installation
- (GH #1007) Create new Taginput component to replace Buefy's taginput component
- (GH #1009) Replace buefy toasts with c-toasts from `csc-ui`
+- (GH #1014) Replace buefy snackbars with custom c-toasts from `csc-ui`
### Fixed
diff --git a/swift_browser_ui_frontend/src/common/lang.js b/swift_browser_ui_frontend/src/common/lang.js
index 50de29100..afb4c7ba3 100644
--- a/swift_browser_ui_frontend/src/common/lang.js
+++ b/swift_browser_ui_frontend/src/common/lang.js
@@ -425,6 +425,10 @@ let default_translations = {
uploadedFiles:
"Uploaded files will be shared with all project members in ",
advancedOptions: "Advanced encryption options",
+ enReady:
+ "Encryption engine is ready. Refresh the " +
+ "window to enable encryption.",
+ refresh: "Refresh",
},
search: {
container: "Bucket",
@@ -903,6 +907,10 @@ let default_translations = {
uploadedFiles:
"Lähetetyt tiedostot jaetaan kaikille jäsenille projektissa ",
advancedOptions: "Edistyneitä salausvaihtoehtoja",
+ enReady:
+ "Encryption engine is ready. Refresh the " +
+ "window to enable encryption.",
+ refresh: "Refresh",
},
search: {
container: "Säiliö",
diff --git a/swift_browser_ui_frontend/src/components/BrowserSecondaryNavbar.vue b/swift_browser_ui_frontend/src/components/BrowserSecondaryNavbar.vue
index 28be95d10..2155c28dd 100644
--- a/swift_browser_ui_frontend/src/components/BrowserSecondaryNavbar.vue
+++ b/swift_browser_ui_frontend/src/components/BrowserSecondaryNavbar.vue
@@ -63,6 +63,18 @@
vertical="center"
data-testid="copy-toasts"
/>
+ {{ $t("message.encrypt.enReady") }}