Skip to content

Commit

Permalink
Make new strings translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
spacegaier committed May 11, 2021
1 parent 1030ca1 commit 2abec9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/apps_list.pug
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ block content
p= message

if apps.length === 0
p= "No rules created yet."
p= "They can be created by WHEN type commands."
p= _("No rules created yet.")
p= _("They can be created by WHEN type commands.")

for app in apps
div.row
Expand Down

0 comments on commit 2abec9e

Please sign in to comment.