mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
fix load protocol wording and UI-style
This commit is contained in:
parent
c2cf52bb34
commit
0fccc71fc3
2 changed files with 5 additions and 4 deletions
|
@ -21,7 +21,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
#protocols-index {
|
||||
#protocols-index,
|
||||
#load-from-repository-modal {
|
||||
padding: 0;
|
||||
|
||||
.nav-tabs > li {
|
||||
|
|
|
@ -1554,9 +1554,9 @@ en:
|
|||
preview_title: "Protocol preview"
|
||||
preview_title_position: " | %{current} of %{total}"
|
||||
assets_header: "Files"
|
||||
import_current: "Import current"
|
||||
import_all: "Import all"
|
||||
import: "Import"
|
||||
import_current: "Load Current"
|
||||
import_all: "Load All"
|
||||
import: "Load"
|
||||
export:
|
||||
export_results:
|
||||
title: "Export results"
|
||||
|
|
Loading…
Reference in a new issue