CSS: Various issues [SCI-9424]

This commit is contained in:
Giga Chubinidze 2023-10-09 11:35:52 +04:00
parent 847eddc97e
commit 9b9b486324
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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"