Fix export modal translations
This commit is contained in:
parent
ca489cbff0
commit
0e8d3eafb3
1 changed files with 2 additions and 2 deletions
|
|
@ -655,7 +655,7 @@
|
|||
<button
|
||||
type="button"
|
||||
class="btn btn-secondary"
|
||||
data-i18n="[value]modal.close"
|
||||
data-i18n="modal.close"
|
||||
data-dismiss="modal"
|
||||
>
|
||||
Close
|
||||
|
|
@ -663,7 +663,7 @@
|
|||
<button
|
||||
type="button"
|
||||
class="btn btn-primary"
|
||||
data-i18n="[value]export.title"
|
||||
data-i18n="export.title"
|
||||
id="submitExport"
|
||||
>
|
||||
Export route
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue