mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 15:18:23 +00:00
s/what data/what account info
This commit is contained in:
parent
e4758326c2
commit
0b81fd9ac9
2 changed files with 2 additions and 2 deletions
|
|
@ -334,7 +334,7 @@ en:
|
|||
able_to: "This application will be able to:"
|
||||
official_byline: "This is an official Hack Club program run by %{byline}."
|
||||
official_byline_default: Hack Club HQ
|
||||
permissions_details: What data will be shared?
|
||||
permissions_details: What account info will be shared?
|
||||
deny: Deny
|
||||
authorize: Authorize →
|
||||
authorize_official: Okay! →
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ RSpec.describe "doorkeeper/authorizations/new", type: :view do
|
|||
allow(program).to receive(:byline).and_return(nil)
|
||||
render
|
||||
expect(rendered).to include("<details")
|
||||
expect(rendered).to include("What data will be shared?")
|
||||
expect(rendered).to include("What account info will be shared?")
|
||||
end
|
||||
|
||||
it "shows permissions directly for non-official apps" do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue