Remove outdated strings
This commit is contained in:
@@ -2,6 +2,7 @@ import Changelog from "@data/changelog";
|
||||
|
||||
import React from "@modules/react";
|
||||
import DiscordModules from "@modules/discordmodules";
|
||||
import Strings from "@modules/strings";
|
||||
|
||||
import HistoryIcon from "@ui/icons/history";
|
||||
|
||||
@@ -11,7 +12,7 @@ import Modals from "@ui/modals";
|
||||
export default function SettingsTitle() {
|
||||
return <div className="bd-sidebar-header">
|
||||
<h2 className="bd-sidebar-header-label">BetterDiscord</h2>
|
||||
<DiscordModules.Tooltip color="primary" position="top" text="Changelog">
|
||||
<DiscordModules.Tooltip color="primary" position="top" text={Strings.Modals.changelog}>
|
||||
{props =>
|
||||
<div {...props} className="bd-changelog-button" onClick={() => Modals.showChangelogModal(Changelog)}>
|
||||
<HistoryIcon className="bd-icon" size="16px" />
|
||||
|
||||
Reference in New Issue
Block a user