Skip to content

Commit 0a2aae2

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

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

ckanext/dcor_theme/cli/i18n_branding.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
logger = logging.getLogger(__name__)
1212

1313
branding = OrderedDict()
14+
branding[
15+
"<p><strong>Admin:</strong> Can edit group information, as well as manage "
16+
"organization members.</p> <p><strong>Member:</strong> Can add/remove "
17+
"datasets from groups</p>"] = (
18+
"<p><strong>Admin:</strong> Can add and remove datasets, as well as "
19+
"manage the collection.</p> <p><strong>Member:</strong> Can only "
20+
"view datasets in collections</p>"
21+
)
1422
branding["group"] = "collection"
1523
branding["Group"] = "Collection"
1624
branding["an organization"] = "a circle"
@@ -19,11 +27,6 @@
1927
branding["An Organization"] = "A Circle"
2028
branding["organization"] = "circle"
2129
branding["Organization"] = "Circle"
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."
2730

2831
preserve = [
2932
"organization_",

0 commit comments

Comments
 (0)