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
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn btn-secondary"
|
class="btn btn-secondary"
|
||||||
data-i18n="[value]modal.close"
|
data-i18n="modal.close"
|
||||||
data-dismiss="modal"
|
data-dismiss="modal"
|
||||||
>
|
>
|
||||||
Close
|
Close
|
||||||
|
|
@ -663,7 +663,7 @@
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn btn-primary"
|
class="btn btn-primary"
|
||||||
data-i18n="[value]export.title"
|
data-i18n="export.title"
|
||||||
id="submitExport"
|
id="submitExport"
|
||||||
>
|
>
|
||||||
Export route
|
Export route
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue