-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add sAlert to add/change/remove backlog #1794 #3199
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rephrase the alert texts, because here we handle only one backlog item at a time and not whole backlog.
@@ -296,6 +298,7 @@ | |||
"deleteBacklogItem_confirmation_text": "Are you sure you want to delete this backlog item?", | |||
"deleteBacklogItem_cancelButton_text": "Cancel", | |||
"deleteBacklogItem_deleteButton_text": "Delete backlog item", | |||
"deleteBacklogItem_message_backlogRemoved": "The backlog was removed", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The backlog was removed"
-->
"One backlog item was removed"
"The backlog item was removed"
@@ -78,6 +78,8 @@ | |||
"apiBacklogItems_priorityText_High": "High", | |||
"apiBacklogItems_priorityText_Middle": "Middle", | |||
"apiBacklogItems_priorityText_None": "None", | |||
"apiBacklogItemForm_message_backlogAdded": "The backlog was added", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The backlog was added"
-->
"One backlog item was added"
"The backlog item was added"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why "one"? We don't use "one" anywhere in the same context.
"The" means "This" in the current context.
Sorry, can't agree with it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But "The backlog item was changed/removed" because it was deleted the specified item, doesn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. I changed my comments accordingly.
@@ -78,6 +78,8 @@ | |||
"apiBacklogItems_priorityText_High": "High", | |||
"apiBacklogItems_priorityText_Middle": "Middle", | |||
"apiBacklogItems_priorityText_None": "None", | |||
"apiBacklogItemForm_message_backlogAdded": "The backlog was added", | |||
"apiBacklogItemForm_message_backlogChanged": "The backlog was changed", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The backlog was changed"
-->
"One backlog item was changed"
"The backlog item was changed"
6e26e07
to
f84d8a6
Compare
Closes #1794
Changes
Developer checklist
This checklist is to be completed by the PR developer:
Reviewer checklist
Reviewed by: @username1
This list is to be completed by the pull request reviewer: