mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-23 04:08:14 +08:00
CSS: Various issues [SCI-9424]
This commit is contained in:
parent
847eddc97e
commit
9b9b486324
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
|
||||||
|
|
|
@ -1291,6 +1291,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…
Add table
Reference in a new issue