aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-25 10:41:24 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-28 10:14:46 +0200
commitbed075ac07f0acb9722a276cfd85d2f0c1cfd8fc (patch)
treed32035e50bdbcea16c39adc19754b367db157314 /src/Wallabag/CoreBundle/Resources/views/themes
parent76459e5694084f3eea6d30f438ffc95fb35cbe67 (diff)
downloadwallabag-bed075ac07f0acb9722a276cfd85d2f0c1cfd8fc.tar.gz
wallabag-bed075ac07f0acb9722a276cfd85d2f0c1cfd8fc.tar.zst
wallabag-bed075ac07f0acb9722a276cfd85d2f0c1cfd8fc.zip
Fixed translation
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
index 2c8224bb..ab80e659 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
@@ -232,7 +232,7 @@
232 </div> 232 </div>
233 233
234 <div class="col s12"> 234 <div class="col s12">
235 <button class="btn waves-effect waves-light" type="submit" id="submit-sort" value="sort">{{ 'entry.sort.action.sort'|trans }}</button> 235 <button class="btn waves-effect waves-light" type="submit" id="submit-sort" value="sort">{{ 'entry.sort.button'|trans }}</button>
236 </div> 236 </div>
237 </div> 237 </div>
238 </form> 238 </form>