diff --git a/app/views/user_mailer/invite_approve_notification.en.haml b/app/views/user_mailer/invite_approve_notification.en.haml index 27a4ca11a..31cad87d7 100644 --- a/app/views/user_mailer/invite_approve_notification.en.haml +++ b/app/views/user_mailer/invite_approve_notification.en.haml @@ -4,4 +4,4 @@ You have been invited to project ABF. Please click on the following = link_to 'link for registration', new_user_registration_url(:invitation_token => @register_request.token) -%p== Support team «ROSA Build System» +%p== Support team «ROSA ABF» diff --git a/app/views/user_mailer/invite_approve_notification.ru.haml b/app/views/user_mailer/invite_approve_notification.ru.haml index e75296fe2..4b1b0b118 100644 --- a/app/views/user_mailer/invite_approve_notification.ru.haml +++ b/app/views/user_mailer/invite_approve_notification.ru.haml @@ -4,4 +4,4 @@ Вы приглашены в проект ABF. Пожалуйста, перейдите по = link_to 'ссылке для регистрации', new_user_registration_url(:invitation_token => @register_request.token) -%p== Команда поддержки «ROSA Build System» +%p== Команда поддержки «ROSA ABF» diff --git a/app/views/user_mailer/new_user_notification.en.haml b/app/views/user_mailer/new_user_notification.en.haml index 307e7c6a5..e877194c9 100644 --- a/app/views/user_mailer/new_user_notification.en.haml +++ b/app/views/user_mailer/new_user_notification.en.haml @@ -1,7 +1,7 @@ %p== Hello, #{@user.user_appeal}. -%p You have been sign up to project «ROSA Build System» and now can sign in. +%p You have been sign up to project «ROSA ABF» and now can sign in. %p diff --git a/app/views/user_mailer/new_user_notification.ru.haml b/app/views/user_mailer/new_user_notification.ru.haml index 4ae928374..6eb64a938 100644 --- a/app/views/user_mailer/new_user_notification.ru.haml +++ b/app/views/user_mailer/new_user_notification.ru.haml @@ -1,7 +1,7 @@ %p== Здравствуйте, #{@user.user_appeal}. -%p Вы зарегистрированы на проекте «ROSA Build System» и теперь можете войти в систему. +%p Вы зарегистрированы на проекте «ROSA ABF» и теперь можете войти в систему. %p diff --git a/config/locales/models/activity_feed.en.yml b/config/locales/models/activity_feed.en.yml index bfa59f756..52f70eef8 100644 --- a/config/locales/models/activity_feed.en.yml +++ b/config/locales/models/activity_feed.en.yml @@ -48,6 +48,6 @@ en: more_commits: '%{count} more %{commits}' footers: - support_team: Support team «ROSA Build System». + support_team: Support team «ROSA ABF». notifiers: You can configure notifications in notification_center: Notification Center. diff --git a/config/locales/models/activity_feed.ru.yml b/config/locales/models/activity_feed.ru.yml index 4ca078602..5aed74727 100644 --- a/config/locales/models/activity_feed.ru.yml +++ b/config/locales/models/activity_feed.ru.yml @@ -49,6 +49,6 @@ ru: more_commits: 'еще %{count} %{commits} ' footers: - support_team: Команда поддержки «ROSA Build System». + support_team: Команда поддержки «ROSA ABF». notifiers: Вы можете настроить уведомления в notification_center: Центре уведомлений.