Skip to content

Commit

Permalink
Merge pull request #1441 from openworld-community/fix/1438-name_accou…
Browse files Browse the repository at this point in the history
…nt_registration

Fix/1438 name account registration
  • Loading branch information
safonovvvv authored Oct 28, 2024
2 parents 196e9d0 + 7390efd commit dac7e6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions frontend/i18n/locales/en-GB/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
signupText: 'Please sign up to access additional features',
continue: 'Continue without authorization',
login: 'Already have an account',
signup: "Don't have an account yet"
signup: 'Sign up!'
},
greeting: 'Hello',
user: 'User',
Expand All @@ -27,13 +27,13 @@ export default {
},
new_event: {
title: 'Create your own unique event!'
},
logout: {
},
logout: {
title: 'Log out',
text: 'Are you sure you want to log out?',
text: 'Are you sure you want to log out?'
},
image:{
alt:'Hello from Afisha',
no_image:'/img/event/no_image_en.svg'
image: {
alt: 'Hello from Afisha',
no_image: '/img/event/no_image_en.svg'
}
};
2 changes: 1 addition & 1 deletion frontend/i18n/locales/ru-RU/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
signupText: 'Зарегистрируйтесь, чтобы получить доступ к дополнительным возможностям',
continue: 'Продолжить без авторизации',
login: 'Уже есть аккаунт',
signup: 'У меня нет аккаунта'
signup: 'Регистрация'
},
greeting: 'Привет',
user: 'Пользователь',
Expand Down

0 comments on commit dac7e6e

Please sign in to comment.