Skip to content

Commit

Permalink
fix: Fix typo on configuration update page (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
melsener authored Mar 11, 2024
1 parent 6133db2 commit 8088ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const ConfigurationUpdate: FunctionComponent<ConfigurationUpdateProps> =
</Text>
{username &&
<Text>
You’re logged in to your Zelin account <Text weight="bold">{username}</Text>.
You’re logged in to your Zeplin account <Text weight="bold">{username}</Text>.
If you prefer using another account, you can <Text
color="brand"
styles={{
Expand Down

0 comments on commit 8088ab3

Please sign in to comment.