s/what data/what account info

This commit is contained in:
24c02 2026-03-24 17:23:42 -04:00
parent e4758326c2
commit 0b81fd9ac9
2 changed files with 2 additions and 2 deletions

View file

@ -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! →

View file

@ -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