Skip to content

Commit

Permalink
confirm_delete_selected = Confirm to delete all selected items?
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang committed Jun 15, 2023
1 parent 3d825d1 commit 8960441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion options/locale/locale_en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ show_timestamps = Show timestamps
show_log_seconds = Show seconds
show_full_screen = Show full screen

confirm_delete_selected = Confirm to delete all selected items?

[aria]
navbar = Navigation Bar
footer = Footer
Expand Down Expand Up @@ -1412,7 +1414,6 @@ issues.filter_sort.fewestforks = Fewest forks
issues.keyword_search_unavailable = Currently searching by keyword is not available. Please contact your site administrator.
issues.action_open = Open
issues.action_close = Close
issues.action_delete_confirm = Confirm to delete all issues?
issues.action_label = Label
issues.action_milestone = Milestone
issues.action_milestone_no_select = No milestone
Expand Down
2 changes: 1 addition & 1 deletion templates/repo/issue/list.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
{{if $.IsRepoAdmin}}
<button class="ui red button issue-action gt-ml-auto"
data-action="delete" data-url="{{$.RepoLink}}/issues/delete"
data-action-delete-confirm="{{.locale.Tr "repo.issues.action_delete_confirm"}}"
data-action-delete-confirm="{{.locale.Tr "confirm_delete_selected"}}"
>{{.locale.Tr "repo.issues.delete"}}</button>
{{end}}
<!-- Labels -->
Expand Down

0 comments on commit 8960441

Please sign in to comment.