mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Internationalization: Translate ShareSnapshot label (#58802)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user