Update en_US local, template + compile .mo

This commit is contained in:
billz
2021-04-16 13:42:51 +01:00
parent dc8b39dc40
commit e4967e5045
3 changed files with 7 additions and 1 deletions

View File

@@ -154,7 +154,7 @@
echo '<input type="hidden" class="form-control" id="int-type-'.$dev["name"].'" value="'.$dev["type"].'" >'."\n";
echo '</td>'."\n";
echo '<td>';
if (! $isStatic) echo '<a href="#" class="btn btn-secondary intsave" data-opts="'.$dev["name"].'" data-int="netdevices">Change</a>';
if (! $isStatic) echo '<a href="#" class="btn btn-secondary intsave" data-opts="'.$dev["name"].'" data-int="netdevices">' ._("Change").'</a>';
echo "</td>\n";
echo "</tr>\n";
}