Skip to content

Commit 8960441

Browse files
committed
confirm_delete_selected = Confirm to delete all selected items?
1 parent 3d825d1 commit 8960441

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ show_timestamps = Show timestamps
130130
show_log_seconds = Show seconds
131131
show_full_screen = Show full screen
132132

133+
confirm_delete_selected = Confirm to delete all selected items?
134+
133135
[aria]
134136
navbar = Navigation Bar
135137
footer = Footer
@@ -1412,7 +1414,6 @@ issues.filter_sort.fewestforks = Fewest forks
14121414
issues.keyword_search_unavailable = Currently searching by keyword is not available. Please contact your site administrator.
14131415
issues.action_open = Open
14141416
issues.action_close = Close
1415-
issues.action_delete_confirm = Confirm to delete all issues?
14161417
issues.action_label = Label
14171418
issues.action_milestone = Milestone
14181419
issues.action_milestone_no_select = No milestone

templates/repo/issue/list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
{{if $.IsRepoAdmin}}
289289
<button class="ui red button issue-action gt-ml-auto"
290290
data-action="delete" data-url="{{$.RepoLink}}/issues/delete"
291-
data-action-delete-confirm="{{.locale.Tr "repo.issues.action_delete_confirm"}}"
291+
data-action-delete-confirm="{{.locale.Tr "confirm_delete_selected"}}"
292292
>{{.locale.Tr "repo.issues.delete"}}</button>
293293
{{end}}
294294
<!-- Labels -->

0 commit comments

Comments
 (0)