There was an error while loading. Please reload this page.
1 parent db64fb5 commit c807303Copy full SHA for c807303
1 file changed
src/collective/workspace/templates/WorkspaceGroupManagerForm.zpt
@@ -15,7 +15,9 @@
15
<td align="left"
16
valign="top"
17
>
18
- <div class="form-label">
+ <div class="form-label"
19
+ i18n:translate=""
20
+ >
21
Id
22
</div>
23
</td>
@@ -32,7 +34,9 @@
32
34
33
35
36
- <div class="form-optional">
37
+ <div class="form-optional"
38
39
40
Title
41
42
@@ -49,7 +53,9 @@
49
53
50
54
51
55
52
56
57
58
59
Delegate user folder path
60
61
@@ -74,7 +80,8 @@
74
80
<input class="form-element"
75
81
name="submit"
76
82
type="submit"
77
- value=" Add "
83
+ value="Add"
84
+ i18n:attributes="value"
78
85
/>
79
86
87
0 commit comments