mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-02 18:04:29 +08:00
Improvements of the SciNote Edit option in "Add-ons"
This commit is contained in:
parent
62068fd8c3
commit
4f690db5a9
2 changed files with 8 additions and 0 deletions
|
@ -63,6 +63,13 @@
|
|||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<a :href="'https://knowledgebase.scinote.net/en/knowledge/how-to-use-scinote-edit'"
|
||||
:title="i18n.t('users.settings.account.addons.more_info')"
|
||||
target="_blank">
|
||||
<span class="sn-icon sn-icon-open"></span>
|
||||
{{ i18n.t('users.settings.account.addons.more_info') }}
|
||||
</a>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -2799,6 +2799,7 @@ en:
|
|||
macos_button: 'Download for macOS'
|
||||
windows_button: 'Download for Windows'
|
||||
version: 'Version %{version}'
|
||||
more_info: 'More info'
|
||||
label_printer:
|
||||
fluics_printer: "FLUICS Print: Label printers"
|
||||
zebra_printer: 'Zebra label printers'
|
||||
|
|
Loading…
Add table
Reference in a new issue