Skip to content

Commit

Permalink
Hiding the words disposed and reserved in the configuration page to m…
Browse files Browse the repository at this point in the history
…ake sure that we have translations available for those reserved status words on the device page so we avoid bumbling fools like changing them in the db to match their native language like the guy on 2018-02-03
  • Loading branch information
wilpig committed Feb 16, 2018
1 parent 20d9664 commit f375cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,7 @@ function uploadifive() {
</div> <!-- END div.table -->
</form>
</div>
<?php echo '<a href="index.php">[ ',__("Return to Main Menu"),' ]</a>'; ?>
<?php echo '<a href="index.php">[ ',__("Return to Main Menu"),' ]</a><span class="hide"><!-- hiding these two phrases here to make sure they get translated for use in the asset tracking status fields -->',__("Reserved"),'',__("Disposed"),'</span>'; ?>
</div>
</div>
</div>
Expand Down

0 comments on commit f375cee

Please sign in to comment.