Explorar el Código

Merge pull request #321 from AppFlowy-IO/web_hook_test

ci: test web hook
Nathan.fooo hace 3 años
padre
commit
5ceaee415c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"
     }
   }
 }