This commit is contained in:
Baris Soner Usakli
2014-02-16 11:36:11 -05:00
parent d75cdf8b9f
commit 0756410684
6 changed files with 15 additions and 6 deletions

View File

@@ -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
});
}