Merge pull request #7040 from nextcloud/7039_12
[stable12] Translate Grant Access
This commit is contained in:
commit
c04576ab1b
|
@ -36,7 +36,7 @@ $urlGenerator = $_['urlGenerator'];
|
||||||
|
|
||||||
<p id="redirect-link">
|
<p id="redirect-link">
|
||||||
<a href="<?php p($urlGenerator->linkToRouteAbsolute('core.ClientFlowLogin.redirectPage', ['stateToken' => $_['stateToken'], 'clientIdentifier' => $_['clientIdentifier'], 'oauthState' => $_['oauthState']])) ?>">
|
<a href="<?php p($urlGenerator->linkToRouteAbsolute('core.ClientFlowLogin.redirectPage', ['stateToken' => $_['stateToken'], 'clientIdentifier' => $_['clientIdentifier'], 'oauthState' => $_['oauthState']])) ?>">
|
||||||
<input type="submit" class="login primary icon-confirm-white" value="<?php p('Grant access') ?>">
|
<input type="submit" class="login primary icon-confirm-white" value="<?php p($l->t('Grant access')) ?>">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ $urlGenerator = $_['urlGenerator'];
|
||||||
<label for="password" class="infield"><?php p($l->t('Password')) ?></label>
|
<label for="password" class="infield"><?php p($l->t('Password')) ?></label>
|
||||||
</p>
|
</p>
|
||||||
<input type="hidden" id="serverHost" value="<?php p($_['serverHost']) ?>" />
|
<input type="hidden" id="serverHost" value="<?php p($_['serverHost']) ?>" />
|
||||||
<input id="submit-app-token-login" type="submit" class="login primary icon-confirm-white" value="<?php p('Grant access') ?>">
|
<input id="submit-app-token-login" type="submit" class="login primary icon-confirm-white" value="<?php p($l->t('Grant access')) ?>">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue