1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

s/Return to application/Cancel/g

This commit is contained in:
Hugh Nimmo-Smith
2022-05-04 14:08:24 -04:00
committed by Quentin Gliech
parent 18e3117a8a
commit 467746c246
4 changed files with 4 additions and 4 deletions

View File

@ -85,7 +85,7 @@ limitations under the License.
<section class="self-center my-6">
{{ back_to_client::link(
text="Return to application",
text="Cancel",
class=button::text_class(),
uri=grant.redirect_uri,
mode=grant.response_mode,

View File

@ -52,7 +52,7 @@ limitations under the License.
{% if next and next.kind == "continue_authorization_grant" %}
<section class="self-center my-6">
{{ back_to_client::link(
text="Return to application",
text="Cancel",
class=button::text_class(),
uri=next.grant.redirect_uri,
mode=next.grant.response_mode,

View File

@ -57,7 +57,7 @@ limitations under the License.
{% if next and next.kind == "continue_authorization_grant" %}
<section class="self-center my-6">
{{ back_to_client::link(
text="Return to application",
text="Cancel",
class=button::text_class(),
uri=next.grant.redirect_uri,
mode=next.grant.response_mode,

View File

@ -52,7 +52,7 @@ limitations under the License.
{% if next and next.kind == "continue_authorization_grant" %}
<section class="self-center my-6">
{{ back_to_client::link(
text="Return to application",
text="Cancel",
class=button::text_class(),
uri=next.grant.redirect_uri,
mode=next.grant.response_mode,