Skip to content

Commit

Permalink
Remove real name from present users API
Browse files Browse the repository at this point in the history
  • Loading branch information
user890104 committed Jan 18, 2024
1 parent 61f332b commit ab92c0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/api/users/present.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1 +1 @@
json.array! @users, :id, :name, :url, :twitter, :username, :github, :jabber, :picture
json.array! @users, :id, :url, :twitter, :username, :github, :jabber, :picture
2 changes: 1 addition & 1 deletion config/locales/bg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ bg:
are_you_sure: Сигурни ли Сте, че искате да изтриете регистрацията си?
add_phone_number: Добави телефонен номер
announce_my_presence_explanation: |
Ако изберете тази отметка, вашето име, потребителско име, аватар и
Ако изберете тази отметка, вашето потребителско име, аватар и
публични данни от профила (сайт, Github, Twitter) ще са видими на
началната страница на Fauna. Вашето потребителско име ще бъде изпращано
в Twitter, IRC и Telegram, когато отключвате, заключвате или отваряте
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ en:
are_you_sure: Are you sure that you want to delete your registration?
add_phone_number: Add phone number
announce_my_presence_explanation: |
If you select this option, your name, username, avatar and public
If you select this option, your username, avatar and public
profile information (website, Github, Twitter) will be visible on the
Fauna homepage. Your username will be sent to Twitter, IRC and Telegram
every time you unlock, lock or open any of the doors or switch the lights.
Expand Down

0 comments on commit ab92c0f

Please sign in to comment.