diff --git a/locales/en-US.yml b/locales/en-US.yml index 4abc1acf6..58e859c43 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -165,7 +165,7 @@ cacheRemoteFiles: "Cache remote files" cacheRemoteFilesDescription: "When this setting is disabled, remote files are loaded directly from the remote server. Disabling this will decrease storage usage, but increase traffic, as thumbnails will not be generated." -flagAsBot: "Mark this account as a bot 🤖" +flagAsBot: "Mark this account as a bot" flagAsBotDescription: "Enable this option if this account is controlled by a program. If enabled, it will act as a flag for other developers to prevent endless interaction chains with other bots and adjust Iceshrimp's internal systems to treat this account @@ -174,6 +174,10 @@ flagAsCat: "Are you a cat? 😺" flagAsCatDescription: "You'll get cat ears and speak like a cat!" flagSpeakAsCat: "Speak as a cat" flagSpeakAsCatDescription: "Your beeps will get nyanified when in cat mode" +flagAsRobo: "Are you a robot? 🤖" +flagAsRoboDescription: "You'll get an antenna and speak like a robot!" +flagSpeakAsRobo: "Speak as a robot" +flagSpeakAsRoboDescription: "Your beeps will get robofied when in robot mode" flagShowTimelineReplies: "Show replies in timeline" flagShowTimelineRepliesDescription: "Shows replies of users to beeps of other users in the timeline if turned on." diff --git a/packages/client/src/components/global/MkAvatar.vue b/packages/client/src/components/global/MkAvatar.vue index 77f545e4e..8d2057bf7 100644 --- a/packages/client/src/components/global/MkAvatar.vue +++ b/packages/client/src/components/global/MkAvatar.vue @@ -35,6 +35,43 @@ + +