mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-11 15:13:25 +08:00
Add .json extension to OVE import tooltip [SCI-9116] (#6112)
* Add .json extension to OVE import tooltip [SCI-9116] * Override import and downlod tooltip values [SCI-9116]
This commit is contained in:
parent
c80e99bdbc
commit
167abe5239
2 changed files with 22 additions and 1 deletions
|
@ -63,7 +63,25 @@
|
|||
onSave: this.saveFile,
|
||||
generatePng: true,
|
||||
readOnly: this.readOnly,
|
||||
showMenuBar: true
|
||||
showMenuBar: true,
|
||||
ToolBarProps: {
|
||||
toolList: [
|
||||
'saveTool',
|
||||
'downloadTool',
|
||||
{ name: 'importTool', tooltip: I18n.t('open_vector_editor.editor.tooltips.importTool') },
|
||||
'undoTool',
|
||||
'redoTool',
|
||||
'cutsiteTool',
|
||||
'featureTool',
|
||||
'partTool',
|
||||
'oligoTool',
|
||||
'orfTool',
|
||||
'alignmentTool',
|
||||
'editTool',
|
||||
'findTool',
|
||||
'visibilityTool'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
if (this.readOnly) {
|
||||
|
|
|
@ -3711,6 +3711,9 @@ en:
|
|||
bullet_2: "Visualize"
|
||||
bullet_3: "Annotate"
|
||||
button: "Try Sequence editor"
|
||||
editor:
|
||||
tooltips:
|
||||
importTool: "Click or drag to import and view files (.fasta .gb .dna .json)"
|
||||
pdf_preview:
|
||||
fit_to_screen: 'Fit to screen'
|
||||
pages:
|
||||
|
|
Loading…
Reference in a new issue