Этот коммит содержится в:
Frank Allenby
2016-01-29 10:32:11 +02:00
родитель fa6daad64d
Коммит e7be676969
2 изменённых файлов: 10 добавлений и 6 удалений

Просмотреть файл

@@ -1085,7 +1085,7 @@
}, },
{ {
"id": "api.templates.error.link", "id": "api.templates.error.link",
"translation": "Go back to team site" "translation": "Go back to Mattermost"
}, },
{ {
"id": "api.templates.error.title", "id": "api.templates.error.title",
@@ -1157,7 +1157,7 @@
}, },
{ {
"id": "api.templates.reset_body.info", "id": "api.templates.reset_body.info",
"translation": "To change your password, click \"Reset Password\" below.<br>If you did not mean to reset your password, please ignore this email and your password will remain the same." "translation": "To change your password, click \"Reset Password\" below.<br>If you did not mean to reset your password, please ignore this email and your password will remain the same. The password reset link expires in 24 hours."
}, },
{ {
"id": "api.templates.reset_body.title", "id": "api.templates.reset_body.title",
@@ -1437,7 +1437,7 @@
}, },
{ {
"id": "api.user.reset_password.link_expired.app_error", "id": "api.user.reset_password.link_expired.app_error",
"translation": "The reset link has expired" "translation": "The password reset link has expired"
}, },
{ {
"id": "api.user.reset_password.method", "id": "api.user.reset_password.method",
@@ -3325,7 +3325,11 @@
}, },
{ {
"id": "web.reset_password.expired_link.app_error", "id": "web.reset_password.expired_link.app_error",
"translation": "The signup link has expired" "translation": "The password reset link has expired"
},
{
"id": "web.reset_password.expired_link.app_error.link_text",
"translation": "Go to Password Reset page"
}, },
{ {
"id": "web.reset_password.invalid_link.app_error", "id": "web.reset_password.invalid_link.app_error",

Просмотреть файл

@@ -28,7 +28,7 @@ var CurrentVersion string = versions[0]
var BuildNumber = "_BUILD_NUMBER_" var BuildNumber = "_BUILD_NUMBER_"
var BuildDate = "_BUILD_DATE_" var BuildDate = "_BUILD_DATE_"
var BuildHash = "_BUILD_HASH_" var BuildHash = "_BUILD_HASH_"
var BuildEnterpriseReady = "_BUILD_ENTERPRISE_READY_" var BuildEnterpriseReady = "false"
func SplitVersion(version string) (int64, int64, int64) { func SplitVersion(version string) (int64, int64, int64) {
parts := strings.Split(version, ".") parts := strings.Split(version, ".")