mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
Change String in sample types & groups
Closes SCI-808.
This commit is contained in:
parent
e16c826bb1
commit
3922be2b17
3 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
<div class="col-xs-4 text-right">
|
||||
<button type="button"
|
||||
class="edit-confirm btn btn-primary"><%= t('general.edit') %></button>
|
||||
class="edit-confirm btn btn-primary"><%= t('general.save') %></button>
|
||||
<button type="button"
|
||||
class="abort btn btn-default"
|
||||
data-element="<%=
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
<div class="col-xs-4 text-right">
|
||||
<button type="button"
|
||||
class="edit-confirm btn btn-primary"><%= t('general.edit') %></button>
|
||||
class="edit-confirm btn btn-primary"><%= t('general.save') %></button>
|
||||
<button type="button"
|
||||
class="abort btn btn-default"
|
||||
data-element="<%=
|
||||
|
|
|
@ -1458,6 +1458,7 @@ en:
|
|||
update: "Update"
|
||||
edit: "Edit"
|
||||
cancel: "Cancel"
|
||||
save: "Save"
|
||||
close: "Close"
|
||||
create: 'Create'
|
||||
check_all: "Check all"
|
||||
|
|
Loading…
Reference in a new issue