Skip to content

Commit 2ca51da

Browse files
Merge pull request #1238 from solid/switch-consent-labels-back
switch back write / append texts
2 parents 3d82b9c + b10f1b8 commit 2ca51da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

default-views/auth/sharing.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<label for="read">Read all documents in the Pod</label>
2525
<br>
2626

27-
<input id="write" type="checkbox" name="access_mode" value="Write" checked>
28-
<label for="write">Add data to existing documents, and create new documents</label>
27+
<input id="append" type="checkbox" name="access_mode" value="Append" checked>
28+
<label for="append">Add data to existing documents, and create new documents</label>
2929
<br>
3030

31-
<input id="append" type="checkbox" name="access_mode" value="Append" checked>
32-
<label for="append">Modify and delete data in existing documents, and delete documents</label>
31+
<input id="write" type="checkbox" name="access_mode" value="Write" checked>
32+
<label for="write">Modify and delete data in existing documents, and delete documents</label>
3333
<br>
3434

3535
<input id="control" type="checkbox" name="access_mode" value="Control">

0 commit comments

Comments
 (0)