Skip to content

Commit

Permalink
cleanup translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHuynh333 committed Dec 19, 2024
1 parent 1231c5a commit 14c108f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ en:
actions:
destroy: Delete
destroy_aria_label: Delete bot account
destroy_confirmation: This action will permanently delete the bot account and will remove any existing memberships for the bot account. Are you sure you want to permanently delete this bot account?
generate_new_token: Generate new token
generate_new_token_aria_label: Generate a new personal access token for bot account
empty_state:
Expand Down
1 change: 0 additions & 1 deletion config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ fr:
actions:
destroy: Delete
destroy_aria_label: Delete bot account
destroy_confirmation: This action will permanently delete the bot account and will remove any existing memberships for the bot account. Are you sure you want to permanently delete this bot account?
generate_new_token: Generate new token
generate_new_token_aria_label: Generate a new personal access token for bot account
empty_state:
Expand Down
2 changes: 1 addition & 1 deletion test/system/groups/bots_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def setup
assert_selector '#access-token-section div'

within('table tbody tr:first-child td:last-child') do
click_link I18n.t(:'bots.index.table.actions.remove')
click_link I18n.t(:'bots.index.table.actions.destroy')
end

within('#dialog') do
Expand Down
2 changes: 1 addition & 1 deletion test/system/projects/bots_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def setup
assert_selector '#access-token-section div'

within('table tbody tr:first-child td:last-child') do
click_link I18n.t(:'bots.index.table.actions.remove')
click_link I18n.t(:'bots.index.table.actions.destroy')
end

within('#dialog') do
Expand Down

0 comments on commit 14c108f

Please sign in to comment.