Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #13232 - Reword 'ACK' buttons texts #3208

Closed
wants to merge 1 commit into from

Conversation

shlomizadok
Copy link
Member

No description provided.

@@ -15,7 +15,7 @@
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"><%= _('ACK') %></button>
<button type="button" class="btn btn-default" data-dismiss="modal"><%= _('OK') %></button>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not Overwrite too? Anyway, I created a conflict to force this show up and it's not working after I click on 'OK' (unrelated to this PR I know)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because afaik, it will not create an overwrite, as it is an error and not a conflict - It will ask you to fix the errors (also implied with the modal message: Please correct the error(s) below and submit your changes again.
Whereas, in conflict you may overwrite it, hence the change in the button text. (also note the modal message in conflict is different)

@dLobatog
Copy link
Member

Merged as 6fdd5bf, thanks @shlomizadok!

@dLobatog dLobatog closed this Feb 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants