Skip to content

Commit 6c89c37

Browse files
authored
correct quotes to use single quotes
1 parent c93173f commit 6c89c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: modules/twinkletalkback.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ Twinkle.talkback.changeTarget = function(e) {
219219

220220
Twinkle.talkback.noticeboards = {
221221
ae: {
222-
label: "WP:AE (Arbitration/Requests/Enforcement)",
223-
text: "{{subst:AE-notice|$SECTION}} ~~~~",
222+
label: 'WP:AE (Arbitration/Requests/Enforcement)',
223+
text: '{{subst:AE-notice|$SECTION}} ~~~~',
224224
editSummary: 'Notice of discussion at [[Wikipedia:Arbitration/Requests/Enforcement]]'
225225
},
226226
an: {

0 commit comments

Comments
 (0)