mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-14 19:37:51 +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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -2804,6 +2804,7 @@ en:
|
||||||
macos_button: 'Download for macOS'
|
macos_button: 'Download for macOS'
|
||||||
windows_button: 'Download for Windows'
|
windows_button: 'Download for Windows'
|
||||||
version: 'Version %{version}'
|
version: 'Version %{version}'
|
||||||
|
more_info: 'More info'
|
||||||
label_printer:
|
label_printer:
|
||||||
fluics_printer: "FLUICS Print: Label printers"
|
fluics_printer: "FLUICS Print: Label printers"
|
||||||
zebra_printer: 'Zebra label printers'
|
zebra_printer: 'Zebra label printers'
|
||||||
|
|
Loading…
Reference in a new issue