mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Merge pull request #6383 from G-Chubinidze/gc_SCI_9424
CSS: Various issues [SCI-9424]
This commit is contained in:
commit
1df8ad6f87
2 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,7 @@ class ResultTextSerializer < ActiveModel::Serializer
|
||||||
end
|
end
|
||||||
|
|
||||||
def placeholder
|
def placeholder
|
||||||
I18n.t('protocols.steps.text.placeholder')
|
I18n.t('my_modules.results.text.placeholder')
|
||||||
end
|
end
|
||||||
|
|
||||||
def parent_type
|
def parent_type
|
||||||
|
|
|
@ -1298,6 +1298,8 @@ en:
|
||||||
6_x_8: '48 (6 x 8 )'
|
6_x_8: '48 (6 x 8 )'
|
||||||
6_x_4: '24 (6 x 4)'
|
6_x_4: '24 (6 x 4)'
|
||||||
2_x_3: '6 (2 x 3)'
|
2_x_3: '6 (2 x 3)'
|
||||||
|
text:
|
||||||
|
placeholder: "Enter result text"
|
||||||
sorts:
|
sorts:
|
||||||
updated_at_asc: "Modified first"
|
updated_at_asc: "Modified first"
|
||||||
updated_at_desc: "Modified last"
|
updated_at_desc: "Modified last"
|
||||||
|
|
Loading…
Reference in a new issue