Skip to content

Commit

Permalink
fix: mark strings to not be translated
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jun 26, 2023
1 parent 095bed4 commit 46874cb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions borg/localrole/zmi/WorkspaceLocalRoleManagerForm.pt
Expand Up @@ -6,7 +6,9 @@
tal:replace="structure here/manage_form_title"
>Form Title</h2>

<p class="form-help">
<p class="form-help"
i18n:ignore="true"
>
Install a Workspace local role manager. This plugin will enable
workspaces to provide the correct local rules for users assigned
to that workspace.
Expand All @@ -17,13 +19,17 @@
>
<table>
<tr>
<td class="form-label">Id</td>
<td class="form-label"
i18n:ignore="true"
>Id</td>
<td><input name="id"
type="text"
/></td>
</tr>
<tr>
<td class="form-label">Title</td>
<td class="form-label"
i18n:ignore="true"
>Title</td>
<td><input name="Title"
type="text"
/></td>
Expand All @@ -33,6 +39,7 @@
<div class="form-element">
<input type="submit"
value="Add local role manager"
i18n:ignore-attributes="value"
/>
</div>
</td>
Expand Down

0 comments on commit 46874cb

Please sign in to comment.