Skip to content

Commit edb3ac5

Browse files
committed
enh: update i18n to reflect that members may not modify collections
1 parent a472433 commit edb3ac5

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.1.3
2+
- enh: update i18n to reflect that members may not modify collections
13
1.1.2
24
- enh: also patch resource_item listing for dataset view
35
1.1.1

ckanext/dcor_theme/cli/i18n_branding.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
branding["An Organization"] = "A Circle"
2020
branding["organization"] = "circle"
2121
branding["Organization"] = "Circle"
22-
22+
branding[
23+
"Can edit group information, as well as manage organization members."] = \
24+
"Can add and remove datasets, as well as manage the collection."
25+
branding["Can add/remove datasets from groups"] = \
26+
"Can only view datasets in collection."
2327

2428
preserve = [
2529
"organization_",

ckanext/dcor_theme/templates/home/snippets/about_text.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
data on DCOR are transparently accessible in dclab, just as if they were
88
files on disk. This makes it possible to run analysis pipelines (e.g. high performance
99
computing) and manual data analysis (e.g.
10-
<a href="https://github.com/ZELLMECHANIK-DRESDEN/ShapeOut2">Shape-Out</a>
10+
<a href="https://github.com/DC-analysis/DCscope">DCscope</a>
1111
or <a href="https://github.com/Rivercyte/CytoPlot/releases/">CytoPlot</a>)
1212
with all data stored in a central, safe, and accessible place.</p>
1313

ckanext/dcor_theme/templates/home/snippets/promoted.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="page-heading">Welcome to {{ g.site_title }}</h1>
1010
DCOR, the deformability cytometry open repository, is the home for all your
1111
DC data. It is integrated with
1212
<a href="https://dclab.readthedocs.io/">dclab</a> and
13-
<a href="https://shapeout2.readthedocs.io/">Shape-Out</a> so you can
13+
<a href="https://dcscope.readthedocs.io/">DCscope</a> so you can
1414
access and share your data from and with anyone, anywhere.
1515
</p>
1616
{% endif %}

0 commit comments

Comments
 (0)