Merge pull request #6978 from lasniscinote/gl_SCI_10061

(fix) Well plate 12 option and 24 translation missing [SCI-10061]
This commit is contained in:
Martin Artnik 2024-01-19 15:28:43 +01:00 committed by GitHub
commit 62f040d475
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -171,7 +171,8 @@ export default {
{ text: I18n.t('protocols.steps.insert.well_plate_options.8_x_12'), emit: 'create:table', params: [[8, 12], true] },
{ text: I18n.t('protocols.steps.insert.well_plate_options.6_x_8'), emit: 'create:table', params: [[6, 8], true] },
{ text: I18n.t('protocols.steps.insert.well_plate_options.6_x_4'), emit: 'create:table', params: [[6, 4], true] },
{ text: I18n.t('protocols.steps.insert.well_plate_options.2_x_3'), emit: 'create:table', params: [[2, 3], true] }
{ text: I18n.t('protocols.steps.insert.well_plate_options.3_x_4'), emit: 'create:table', params: [[3, 4], true] },
{ text: I18n.t('protocols.steps.insert.well_plate_options.2_x_3'), emit: 'create:table', params: [[2, 3], true] },
],
editingName: false,
confirmingDelete: false,

View file

@ -3319,6 +3319,7 @@ en:
16_x_24: '384 (16 x 24)'
8_x_12: '96 (8 x 12)'
6_x_8: '48 (6 x 8 )'
6_x_4: '24 (6 x 4)'
4_x_6: '24 (4 x 6)'
3_x_4: '12 (3 x 4)'
2_x_3: '6 (2 x 3)'