Skip to content

Commit 3eda4fc

Browse files
committed
Make i18ndude happy
1 parent 42d2810 commit 3eda4fc

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

src/collective/workspace/templates/WorkspaceGroupManagerForm.zpt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
<td align="left"
1616
valign="top"
1717
>
18-
<div class="form-label">
18+
<div class="form-label"
19+
i18n:translate=""
20+
>
1921
Id
2022
</div>
2123
</td>
@@ -32,7 +34,9 @@
3234
<td align="left"
3335
valign="top"
3436
>
35-
<div class="form-optional">
37+
<div class="form-optional"
38+
i18n:translate=""
39+
>
3640
Title
3741
</div>
3842
</td>
@@ -49,7 +53,9 @@
4953
<td align="left"
5054
valign="top"
5155
>
52-
<div class="form-optional">
56+
<div class="form-optional"
57+
i18n:translate=""
58+
>
5359
Delegate user folder path
5460
</div>
5561
</td>
@@ -74,7 +80,8 @@
7480
<input class="form-element"
7581
name="submit"
7682
type="submit"
77-
value=" Add "
83+
value="Add"
84+
i18n:attributes="value"
7885
/>
7986
</div>
8087
</td>

0 commit comments

Comments
 (0)