Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary space in description on Sessions settings page (#1381
Browse files Browse the repository at this point in the history
)
  • Loading branch information
brawaru authored Sep 29, 2023
1 parent f37c429 commit 3fd7429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings/sessions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const messages = defineMessages({
sessionsDescription: {
id: 'settings.sessions.description',
defaultMessage:
"Here are all the devices that are currently logged in with your Modrinth account. You can log out of each one individually.\n\n If you see an entry you don't recognize, log out of that device and change your Modrinth account password immediately.",
"Here are all the devices that are currently logged in with your Modrinth account. You can log out of each one individually.\n\nIf you see an entry you don't recognize, log out of that device and change your Modrinth account password immediately.",
},
sessionsLastAccessedAt: {
id: 'settings.sessions.label.last-accessed-at',
Expand Down

0 comments on commit 3fd7429

Please sign in to comment.