File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import django from 'django'
44const 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
1010const CommentManageDropdown = ( props ) => {
You can’t perform that action at this time.
0 commit comments