We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889935b commit fdba042Copy full SHA for fdba042
templates/shared/variables/variable_list.tmpl
@@ -33,7 +33,7 @@
33
{{ctx.Locale.Tr "settings.added_on" (DateTime "short" .CreatedUnix) | Safe}}
34
</span>
35
<button class="btn interact-bg gt-p-3 show-modal"
36
- data-tooltip-content="{{ctx.Locale.Tr "variables.edit"}}"
+ data-tooltip-content="{{ctx.Locale.Tr "actions.variables.edit"}}"
37
data-modal="#edit-variable-modal"
38
data-modal-form.action="{{$.Link}}/{{.ID}}/edit"
39
data-modal-header="{{ctx.Locale.Tr "actions.variables.edit"}}"
0 commit comments