Internationalization: Translate ShareSnapshot label (#58802)

This commit is contained in:
Laura Fernández
2022-11-16 13:04:51 +01:00
committed by GitHub
parent 3f63ca06c3
commit 515440979b
7 changed files with 13 additions and 7 deletions

View File

@@ -278,7 +278,7 @@ export class ShareSnapshot extends PureComponent<Props, State> {
return (
<>
<Field label="Snapshot URL">
<Field label={t('share-modal.snapshot.url-label', 'Snapshot URL')}>
<Input
id="snapshot-url-input"
value={snapshotUrl}