Merge pull request #6383 from G-Chubinidze/gc_SCI_9424

CSS:  Various issues [SCI-9424]
This commit is contained in:
Martin Artnik 2023-10-09 09:41:48 +02:00 committed by GitHub
commit 1df8ad6f87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

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