Skip to content

Commit ede5e05

Browse files
committed
Fix typos
1 parent 70f90a5 commit ede5e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/discordUtils/discordButtons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export function getServerButtons(guildId: types.GuildId, serverId: types.ServerI
181181
});
182182

183183
const websiteButton = getButton({
184-
label: lm.getIntl(language, 'websiteCap'),
184+
label: lm.getIntl(language, 'buttonWebsite'),
185185
style: discordjs.ButtonStyle.Link,
186186
url: serverInfo.url,
187187
type: discordjs.ComponentType.Button

src/languages/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"pleaseTryAgainLater": "Please try again later...",
135135
"quantity": "Quantity",
136136
"roles": "Roles",
137-
"settingFcmAlarmNotifyDesc": "When enabled, Smart Alarms that are not part of the currently connected server can send notifications. These notifications uses the title and message given to the Smart ALarm in-game. These Smart Alarms might not be present in the smartalarms Text-Channel in discord.",
137+
"settingFcmAlarmNotifyDesc": "When enabled, Smart Alarms that are not part of the currently connected server can send notifications. These notifications uses the title and message given to the Smart Alarm in-game. These Smart Alarms might not be present in the smartalarms Text-Channel in discord.",
138138
"settingFcmAlarmNotifyTitle": "Smart Alarms FCM Notifications",
139139
"settingFcmAlarmPluginNotifyDesc": "Manage notifications for the Raid Alarm plugin. Enable alerts for Discord, in-game chat, @everyone mentions, and if notifications should only come from the currently active server.\n\n{link}",
140140
"settingFcmAlarmPluginNotifyTitle": "Raid Alarm Plugin Notifications",

0 commit comments

Comments
 (0)