mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Merge pull request #6968 from G-Chubinidze/gc_SCI_9962_v2
Improvements of the SciNote Edit option in "Add-ons" [SCI-9962]
This commit is contained in:
commit
9c755fd911
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>
|
||||
|
||||
|
|
|
@ -2804,6 +2804,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…
Reference in a new issue