Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export const SettingsRoute: FC = () => {
>
<SignOutIcon
size={18}
aria-label={`Logout ${accounts.user.login}`}
aria-label={`Logout from ${accounts.user.login}`}
/>
</button>

Expand Down
2 changes: 1 addition & 1 deletion src/routes/__snapshots__/Settings.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ exports[`routes/Settings.tsx should render itself & its children 1`] = `
type="button"
>
<svg
aria-label="Logout octocat"
aria-label="Logout from octocat"
class="octicon octicon-sign-out"
fill="currentColor"
focusable="false"
Expand Down