diff options
Diffstat (limited to 'app/view/templates/edittopbar.php')
-rw-r--r-- | app/view/templates/edittopbar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/edittopbar.php b/app/view/templates/edittopbar.php index c547572..d5d032b 100644 --- a/app/view/templates/edittopbar.php +++ b/app/view/templates/edittopbar.php @@ -9,7 +9,7 @@ <a href="<?= $this->url('home') ?>" class="icon" >⍇</a> </span> <span> - <input type="submit" value="update" accesskey="x" form="update"> + <input type="submit" value="update" accesskey="s" form="update"> </span> |