From 86ab489da3a71ec282c1034db21bcb43eecfb7f5 Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Mon, 12 Feb 2024 11:25:34 +0100 Subject: [PATCH] SciNote version modal fixes [SCI-10183] --- app/javascript/vue/shared/scinote_edit_download.vue | 2 +- config/locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/vue/shared/scinote_edit_download.vue b/app/javascript/vue/shared/scinote_edit_download.vue index 2c85e862c..28a17ad7f 100644 --- a/app/javascript/vue/shared/scinote_edit_download.vue +++ b/app/javascript/vue/shared/scinote_edit_download.vue @@ -60,7 +60,7 @@ - diff --git a/config/locales/en.yml b/config/locales/en.yml index fd94c30b6..f5a99cefb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3622,7 +3622,7 @@ en: set_up_app: "Set up an application to open this file" update_version_modal: title: "Update required" - body_text_html: "The current version of the SciNote Edit application is no longer supported. To ensure a seamless and secure user experience, we recommend installing to the latest version." + body_text_html: "The current version of the SciNote Edit application is no longer supported. To ensure a seamless and secure user experience, we recommend updating to the latest version." edit_launching_application_modal: title: "Launching application" description: "%{file_name} will now open in %{application}. Saved changes in %{application} will automatically be synced in SciNote."