File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ show_timestamps = Show timestamps
130
130
show_log_seconds = Show seconds
131
131
show_full_screen = Show full screen
132
132
133
+ confirm_delete_selected = Confirm to delete all selected items?
134
+
133
135
[aria]
134
136
navbar = Navigation Bar
135
137
footer = Footer
@@ -1412,7 +1414,6 @@ issues.filter_sort.fewestforks = Fewest forks
1412
1414
issues.keyword_search_unavailable = Currently searching by keyword is not available. Please contact your site administrator.
1413
1415
issues.action_open = Open
1414
1416
issues.action_close = Close
1415
- issues.action_delete_confirm = Confirm to delete all issues?
1416
1417
issues.action_label = Label
1417
1418
issues.action_milestone = Milestone
1418
1419
issues.action_milestone_no_select = No milestone
Original file line number Diff line number Diff line change 288
288
{{if $.IsRepoAdmin}}
289
289
<button class="ui red button issue-action gt-ml-auto"
290
290
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 "}}"
292
292
>{{.locale.Tr "repo.issues.delete"}}</button>
293
293
{{end}}
294
294
<!-- Labels -->
You can’t perform that action at this time.
0 commit comments