Skip to content

Commit

Permalink
Remove discrim in modal - Timezones
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCommieAxolotl committed Aug 17, 2023
1 parent 7e40ab7 commit c471104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Timezones/Timezones.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ module.exports = (() => {
let minutes = 0;

UI.showConfirmationModal(
`Set Timezone for ${user.username}#${user.discriminator}`,
`Set Timezone for ${user.username}`,
[
React.createElement(Markdown, null, "Please enter a UTC hour offset."),
React.createElement(TextInput, {
Expand Down

0 comments on commit c471104

Please sign in to comment.