Updated shortcut for Bot account so it's not the same as bio. Also updated shortcut for posts

This commit is contained in:
Mohamed
2025-10-20 17:17:34 -04:00
parent a4d5066156
commit b1bf2ea95f
2 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ class UpdateProfileDialog(wx.Dialog):
self.locked = wx.CheckBox(panel, label=_("&Private account"))
self.locked.SetValue(locked)
self.bot = wx.CheckBox(panel, label=_("&Bot account"))
self.bot = wx.CheckBox(panel, label=_("B&ot account"))
self.bot.SetValue(bot)
self.discoverable = wx.CheckBox(panel, label=_("&Discoverable account"))
self.discoverable.SetValue(discoverable)