File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ function focusFirstInput() {
214
214
</n8n-button >
215
215
</div >
216
216
<template #content >
217
- {{ i18n.baseText('variables.row.button.edit.onlyOwnerCanSave ') }}
217
+ {{ i18n.baseText('variables.row.button.edit.onlyRoleCanEdit ') }}
218
218
</template >
219
219
</n8n-tooltip >
220
220
<n8n-tooltip :disabled =" permissions.delete" placement =" top" >
@@ -229,7 +229,7 @@ function focusFirstInput() {
229
229
</n8n-button >
230
230
</div >
231
231
<template #content >
232
- {{ i18n.baseText('variables.row.button.delete.onlyOwnerCanDelete ') }}
232
+ {{ i18n.baseText('variables.row.button.delete.onlyRoleCanDelete ') }}
233
233
</template >
234
234
</n8n-tooltip >
235
235
</div >
Original file line number Diff line number Diff line change 2196
2196
"variables.row.button.save" : " Save" ,
2197
2197
"variables.row.button.cancel" : " Cancel" ,
2198
2198
"variables.row.button.edit" : " Edit" ,
2199
- "variables.row.button.edit.onlyOwnerCanSave " : " Only owner can edit variables" ,
2199
+ "variables.row.button.edit.onlyRoleCanEdit " : " Only instance owner and admins can edit variables" ,
2200
2200
"variables.row.button.delete" : " Delete" ,
2201
- "variables.row.button.delete.onlyOwnerCanDelete " : " Only owner can delete variables" ,
2201
+ "variables.row.button.delete.onlyRoleCanDelete " : " Only instance owner and can delete variables" ,
2202
2202
"variables.row.usage.copiedToClipboard" : " Copied to clipboard" ,
2203
2203
"variables.row.usage.copyToClipboard" : " Copy to clipboard" ,
2204
2204
"variables.search.placeholder" : " Search variables..." ,
You can’t perform that action at this time.
0 commit comments