diff options
author | Takayuki KUSANO <65759+tkusano@users.noreply.github.com> | 2024-01-19 14:23:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 21:23:12 -0800 |
commit | 0dfe740dd3c2cbda4c7bd27513807752fad636f3 (patch) | |
tree | edc20278169e47b3017b087a60c0586318171f4f /src/Navigation.tsx | |
parent | 2be27330822e294989513719919ca2cd9ac30adb (diff) | |
download | voidsky-0dfe740dd3c2cbda4c7bd27513807752fad636f3.tar.zst |
Remove excess l10n related markups (#2544)
* Remove excess l10n related markups * One more correction pointed out by quiple
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r-- | src/Navigation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx index ea0cd384e..08cdd1d89 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -144,7 +144,7 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) { name="Profile" getComponent={() => ProfileScreen} options={({route}) => ({ - title: title(msg`@${route.params.name}`), + title: bskyTitle(`@${route.params.name}`, unreadCountLabel), animation: 'none', })} /> |