Project

General

Profile

« Previous | Next » 

Revision 7684d3dc

Added by Phil Davis almost 10 years ago

system_advanced_sysctl fix text of delete confirmation

View differences:

src/usr/local/www/system_advanced_sysctl.php
207 207
					<td>
208 208
					<a class="fa fa-pencil" title="<?=gettext("Edit tunable"); ?>" href="system_advanced_sysctl.php?act=edit&amp;id=<?=$i;?>"></a>
209 209
						<?php if (isset($tunable['modified'])): ?>
210
						<a class="fa fa-trash" title="<?=gettext("Delete/Reset tunable")?>" href="system_advanced_sysctl.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this rule?")?>')"></a>
210
						<a class="fa fa-trash" title="<?=gettext("Delete/Reset tunable")?>" href="system_advanced_sysctl.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this tunable?")?>')"></a>
211 211
						<?php endif; ?>
212 212
					</td>
213 213
				</tr>

Also available in: Unified diff