mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(ui): Capitalization, punctuation, and grammar inconsistences & errors (#731)
This commit is contained in:
@@ -186,7 +186,7 @@ authRoutes.get('/logout', (req, res, next) => {
|
||||
if (err) {
|
||||
return next({
|
||||
status: 500,
|
||||
message: 'Something went wrong while attempting to logout',
|
||||
message: 'Something went wrong while attempting to sign out.',
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user