Skip to content

Commit 03c50f0

Browse files
authored
change UK country code to GB in additional-moderation-authorities.ts (#8211)
1 parent de7b63e commit 03c50f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/state/session/additional-moderation-authorities.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {device} from '#/storage'
66
export const BR_LABELER = 'did:plc:ekitcvx7uwnauoqy5oest3hm' // Brazil
77
export const DE_LABELER = 'did:plc:r55ow3tocux5kafs5dq445fy' // Germany
88
export const RU_LABELER = 'did:plc:crm2agcxvvlj6hilnjdc4hox' // Russia
9-
export const UK_LABELER = 'did:plc:gvkp7euswjjrctjmqwhhfzif' // United Kingdom
9+
export const GB_LABELER = 'did:plc:gvkp7euswjjrctjmqwhhfzif' // United Kingdom
1010
export const AU_LABELER = 'did:plc:dsynw7isrf2eqlhcjx3ffnmt' // Australia
1111
export const TR_LABELER = 'did:plc:cquoj7aozvmkud2gifeinkda' // Turkey
1212
export const JP_LABELER = 'did:plc:vhgppeyjwgrr37vm4v6ggd5a' // Japan
@@ -24,7 +24,7 @@ const MODERATION_AUTHORITIES: {
2424
} = {
2525
BR: [BR_LABELER], // Brazil
2626
RU: [RU_LABELER], // Russia
27-
UK: [UK_LABELER], // United Kingdom
27+
GB: [GB_LABELER], // United Kingdom
2828
AU: [AU_LABELER], // Australia
2929
TR: [TR_LABELER], // Turkey
3030
JP: [JP_LABELER], // Japan

0 commit comments

Comments
 (0)