mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
use 'save' instead of 'update' on button
This commit is contained in:
parent
39b2619305
commit
236400c69c
|
@ -68,7 +68,7 @@ class LetoDMS_View_SetExpires extends LetoDMS_Bootstrap_Style {
|
|||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><input type="submit" class="btn" value="<?php printMLText("update");?>"></td>
|
||||
<td><input type="submit" class="btn" value="<?php printMLText("save");?>"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue
Block a user