Fix translation
This commit is contained in:
+4
-1
@@ -79,7 +79,10 @@ export const TransformationOperationRowHeader = (props: Props) => {
|
||||
{!isRefIdEditing && (
|
||||
<button
|
||||
className={styles.refIdWrapper}
|
||||
title={t('query.query-editor-row-header.query-name-div-title-edit-query-name', 'Edit transformation name')}
|
||||
title={t(
|
||||
'dashboard.transformation-operation-row.transformation-editor-row-header.edit-refId',
|
||||
'Edit transformation name'
|
||||
)}
|
||||
onClick={() => toggleIsRefIdEditing()}
|
||||
data-testid="query-name-div"
|
||||
type="button"
|
||||
|
||||
@@ -5423,7 +5423,10 @@
|
||||
"title-remove": "Remove",
|
||||
"title-show-transform-help": "Show transform help"
|
||||
},
|
||||
"title-delete": "Delete {{name}}?"
|
||||
"title-delete": "Delete {{name}}?",
|
||||
"transformation-editor-row-header": {
|
||||
"edit-refId": "Edit transformation name"
|
||||
}
|
||||
},
|
||||
"transformation-picker": {
|
||||
"info": "Transformations allow you to join, calculate, re-order, hide, and rename your query results before they are visualized.",
|
||||
|
||||
Reference in New Issue
Block a user