Fix translation

This commit is contained in:
Kristina Durivage
2025-09-24 12:46:23 -05:00
parent c368196e35
commit 0c25bc2b27
2 changed files with 8 additions and 2 deletions
@@ -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"
+4 -1
View File
@@ -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.",