Bug fix localization

This commit is contained in:
Dennis Eichhorn 2016-11-09 21:14:55 +01:00
parent 835fa99d54
commit 3b0a0eac2f

View File

@ -113,7 +113,7 @@ echo $this->getData('nav')->render(); ?>
<option> <option>
</select> </select>
<tr><td colspan="2"><label><?= $this->getText('GroupUser') ?></label> <tr><td colspan="2"><label><?= $this->getText('GroupUser') ?></label>
<tr><td><input id="iPermission" name="group" type="text" placeholder="&#xf084;"><td><button><?= $this->getText('Add', 0, 0) ?></button> <tr><td><input id="iPermission" name="group" type="text" placeholder="&#xf084;"><td><button><?= $this->getText('Add') ?></button>
</table> </table>
</form> </form>
</div> </div>