mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
closes #1012
This commit is contained in:
@@ -346,8 +346,8 @@ var socket,
|
||||
function showAlert() {
|
||||
app.alert({
|
||||
type: 'success',
|
||||
title: 'Welcome Back ' + app.username + '!',
|
||||
message: 'You have successfully logged in!',
|
||||
title: '[[global:welcome_back]] ' + app.username + '!',
|
||||
message: '[[global:you_have_successfully_logged_in]]',
|
||||
timeout: 5000
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user