mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
SciNote version modal fixes [SCI-10183]
This commit is contained in:
parent
150368743c
commit
86ab489da3
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<a :href="'https://knowledgebase.scinote.net/en/knowledge/how-to-use-scinote-edit'"
|
||||
<a v-if="!isUpdateVersionModal" :href="'https://knowledgebase.scinote.net/en/knowledge/how-to-use-scinote-edit'"
|
||||
:title="i18n.t('users.settings.account.addons.more_info')"
|
||||
class="text-sn-blue"
|
||||
target="_blank">
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue