Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 6, 2024
1 parent f9fc816 commit 9387895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/Jailbreak.English/RTD/AutoRTDLocale.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Jailbreak.English.RTD;
public class AutoRTDLocale : IAutoRTDLocale {
public IView TogglingNotEnabled
=> new SimpleView {
RTDLocale.PREFIX, "Toggline Auto-RTD is not supported on this server."
RTDLocale.PREFIX, "Toggling Auto-RTD is not supported on this server."
};

public IView AutoRTDToggled(bool enabled) {
Expand Down

0 comments on commit 9387895

Please sign in to comment.