Project

General

Profile

« Previous | Next » 

Revision ccb047f1

Added by Stephen Beaver over 9 years ago

Added gettext() around alert string

View differences:

src/usr/local/www/diag_tables.php
242 242
</div>
243 243

  
244 244
<?php if (empty($entries)): ?>
245
	<div class="alert alert-warning" role="alert">No entries exist in this table</div>
245
	<div class="alert alert-warning" role="alert"><?=gettext("No entries exist in this table")?></div>
246 246
<?php endif ?>
247 247

  
248 248
<?php

Also available in: Unified diff