Skip to content

Commit

Permalink
Revert 'Ok' text to 'OK'
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Dec 10, 2021
1 parent 6ec6c29 commit f71f5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/modals/preview_sql_confirmation.twig
Expand Up @@ -11,7 +11,7 @@
</code>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" id="previewSQLConfirmOkButton">{% trans 'Ok' %}</button>
<button type="button" class="btn btn-secondary" id="previewSQLConfirmOkButton">{% trans 'OK' %}</button>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">{% trans 'Close' %}</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/table/structure/display_structure.twig
Expand Up @@ -358,7 +358,7 @@
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">{% trans 'Ok' %}</button>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">{% trans 'OK' %}</button>
</div>
</div>
</div>
Expand Down

0 comments on commit f71f5f1

Please sign in to comment.