Skip to content

Commit b9d73b7

Browse files
change sound file label
1 parent e9b1812 commit b9d73b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/meteor/client/views/admin/customSounds/AddCustomSound.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const AddCustomSound = ({ goToNew, close, onChange, ...props }: AddCustomSoundPr
8585
</FieldRow>
8686
</Field>
8787
<Field>
88-
<FieldLabel alignSelf='stretch'>{t('Sound_File_mp3')}</FieldLabel>
88+
<FieldLabel alignSelf='stretch'>{t('Sound File')}</FieldLabel>
8989
<Box display='flex' flexDirection='row' mbs='none' alignItems='center'>
9090
<Margins inline={4}>
9191
<IconButton secondary small icon='upload' onClick={clickUpload} />

apps/meteor/client/views/admin/customSounds/EditSound.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function EditSound({ close, onChange, data, ...props }: EditSoundProps): ReactEl
131131
</FieldRow>
132132
</Field>
133133
<Field>
134-
<FieldLabel alignSelf='stretch'>{t('Sound_File_mp3')}</FieldLabel>
134+
<FieldLabel alignSelf='stretch'>{t('Sound File')}</FieldLabel>
135135
<Box display='flex' flexDirection='row' mbs='none' alignItems='center'>
136136
<Margins inline={4}>
137137
<IconButton secondary small icon='upload' onClick={clickUpload} />

0 commit comments

Comments
 (0)