diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-04-20 16:46:26 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-04-20 16:46:26 +0300 |
commit | 5993d6862bb5f25070fe5158a5f88cb04c178b67 (patch) | |
tree | 06f979a41668ed69c909ded36c70e120c0cbf902 /client/components | |
parent | 348b612f981581a6ec4f896e0d5bf9d835e837c3 (diff) | |
download | wekan-5993d6862bb5f25070fe5158a5f88cb04c178b67.tar.gz wekan-5993d6862bb5f25070fe5158a5f88cb04c178b67.tar.bz2 wekan-5993d6862bb5f25070fe5158a5f88cb04c178b67.zip |
Change enter => search
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/settings/peopleBody.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/settings/peopleBody.jade b/client/components/settings/peopleBody.jade index 30b7a807..4dca5cb1 100644 --- a/client/components/settings/peopleBody.jade +++ b/client/components/settings/peopleBody.jade @@ -7,7 +7,7 @@ template(name="people") .ext-box-left span {{_ 'people'}} input#searchInput(placeholder="{{_ 'search'}}") - button#searchButton {{_ 'enter'}} + button#searchButton {{_ 'search'}} .ext-box-right span {{_ 'people-number'}} #{peopleNumber} .content-body |