Browse Source

Merge pull request #321 from AppFlowy-IO/web_hook_test

ci: test web hook
Nathan.fooo 3 years ago
parent
commit
5ceaee415c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frontend/app_flowy/assets/translations/en.json

+ 2 - 1
frontend/app_flowy/assets/translations/en.json

@@ -139,7 +139,8 @@
     },
     "appearance": {
       "lightLabel": "Light Mode",
-      "darkLabel": "Dark Mode"
+      "darkLabel": "Dark Mode",
+      "test": "webhook test"
     }
   }
 }