mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 23:24:07 +01:00
* [MOD] Updated translations
* [MOD] Updated build number
This commit is contained in:
@@ -366,7 +366,7 @@ class Util
|
||||
*/
|
||||
public static function getVersion($retBuild = false)
|
||||
{
|
||||
$build = '17012301';
|
||||
$build = '17012401';
|
||||
$version = [2, 0, 0];
|
||||
|
||||
if ($retBuild) {
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -109,7 +109,7 @@
|
||||
</label>
|
||||
|
||||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect" for="notice_onlyadmin"
|
||||
title="<?php echo __('Sólo para administradores'); ?>">
|
||||
title="<?php echo __('Sólo para administradores de la aplicación'); ?>">
|
||||
<input type="checkbox" id="notice_onlyadmin" class="mdl-switch__input mdl-color-text--indigo-400"
|
||||
name="notice_onlyadmin" <?php echo $notice->isNoticeOnlyAdmin() ? 'checked' : ' '; ?> <?php echo $isDisabled; ?>/>
|
||||
<span class="mdl-switch__label"><?php echo __('Solo Admins'); ?></span>
|
||||
|
||||
Reference in New Issue
Block a user