Skip to content

Commit 6a46e48

Browse files
committed
Cleanup
1 parent 018809d commit 6a46e48

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

adhocracy4/comments/static/comments/CommentManageDropdown.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const CommentManageDropdown = (props) => {
55
const editTag = django.gettext('Edit')
66
const deleteTag = django.gettext('Delete')
77
const reportTag = django.gettext('Report')
8-
const menuLabel = django.gettext('Kommentar-Aktionen')
8+
const menuLabel = django.gettext('Comment Actions')
99
return (
1010
<ul className="nav navbar-nav">
1111
<li className="dropdown">

adhocracy4/comments_async/static/comments_async/__tests__/__snapshots__/comment.jest.jsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ exports[`Comment Component renders comment with creator and comment text 1`] = `
5050
<button
5151
aria-expanded="false"
5252
aria-haspopup="true"
53-
aria-label="Kommentar-Aktionen"
53+
aria-label="Comment Actions"
5454
class="dropdown-toggle btn btn--link"
5555
data-bs-toggle="dropdown"
5656
type="button"
@@ -280,7 +280,7 @@ exports[`Comment Component renders comment with creator and comment text 1`] = `
280280
<button
281281
aria-expanded="false"
282282
aria-haspopup="true"
283-
aria-label="Kommentar-Aktionen"
283+
aria-label="Comment Actions"
284284
class="dropdown-toggle btn btn--link"
285285
data-bs-toggle="dropdown"
286286
type="button"
@@ -522,7 +522,7 @@ exports[`Comment Component renders comment with moderator badge 1`] = `
522522
<button
523523
aria-expanded="false"
524524
aria-haspopup="true"
525-
aria-label="Kommentar-Aktionen"
525+
aria-label="Comment Actions"
526526
class="dropdown-toggle btn btn--link"
527527
data-bs-toggle="dropdown"
528528
type="button"
@@ -757,7 +757,7 @@ exports[`Comment Component renders comment with moderator badge 1`] = `
757757
<button
758758
aria-expanded="false"
759759
aria-haspopup="true"
760-
aria-label="Kommentar-Aktionen"
760+
aria-label="Comment Actions"
761761
class="dropdown-toggle btn btn--link"
762762
data-bs-toggle="dropdown"
763763
type="button"

adhocracy4/comments_async/static/comments_async/comment_manage_dropdown.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import django from 'django'
44
const translated = {
55
edit: django.gettext('Edit'),
66
delete: django.gettext('Delete'),
7-
menuLabel: django.gettext('Kommentar-Aktionen')
7+
menuLabel: django.gettext('Comment Actions')
88
}
99

1010
const CommentManageDropdown = (props) => {

0 commit comments

Comments
 (0)