Skip to content

Commit e5f91f1

Browse files
relax hard-coded version number in three more places
1 parent a3bbe91 commit e5f91f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

default-views/auth/sharing.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</form>
4444
</div>
4545
</div>
46-
<p><i>This server (node-solid-server V5.1.1) only implements a limited subset of OpenID Connect, and doesn’t yet support token issuance for applications. OIDC Token Issuance and fine-grained management through this authorization user interface is currently in the development backlog for node-solid-server</i></p>
46+
<p><i>This server (node-solid-server V5.1) only implements a limited subset of OpenID Connect, and doesn’t yet support token issuance for applications. OIDC Token Issuance and fine-grained management through this authorization user interface is currently in the development backlog for node-solid-server</i></p>
4747
</div>
4848
</body>
4949
</html>

test/resources/accounts-acl/config/views/auth/consent.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="panel panel-default">
1515
<div class="panel-body">
1616
<div class="page-title">
17-
<p>Solid allows you to precisely choose what other people and apps can read and write in a Pod. This version of the authorization user interface (node-solid-server V5.1.1) only supports the toggle of global access permissions to all of the data in your Pod.</p>
17+
<p>Solid allows you to precisely choose what other people and apps can read and write in a Pod. This version of the authorization user interface (node-solid-server V5.1) only supports the toggle of global access permissions to all of the data in your Pod.</p>
1818
<p><strong>If you don’t want to set these permissions at a global level, uncheck all of the boxes below, then click authorize.</strong> This will add the application origin to your authorization list, without granting it permission to any of your data yet. You will then need to manage those permissions yourself by setting them explicitly in the places you want this application to access.</p>
1919
<p>By clicking Authorize, any app from {{app_origin}} will be able to:</p>
2020
</div>
@@ -41,7 +41,7 @@
4141
<button type="submit" class="btn btn-default" name="cancel" value="true">Cancel</button>
4242
{{> auth/auth-hidden-fields}}
4343
</form>
44-
<p><i>This server (node-solid-server V5.1.1) only implements a limited subset of OpenID Connect, and doesn’t yet support token issuance for applications. OIDC Token Issuance and fine-grained management through this authorization user interface is currently in the development backlog for node-solid-server</i></p>
44+
<p><i>This server (node-solid-server V5.1) only implements a limited subset of OpenID Connect, and doesn’t yet support token issuance for applications. OIDC Token Issuance and fine-grained management through this authorization user interface is currently in the development backlog for node-solid-server</i></p>
4545
</div>
4646
</div>
4747
</div>

0 commit comments

Comments
 (0)