diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml new file mode 100644 index 0000000..c683393 --- /dev/null +++ b/.github/workflows/tests.yaml @@ -0,0 +1,10 @@ +name: Test Pull requests +on: + pull_request: +jobs: + test_build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Build the Unified Docker image + run: docker build . --file Dockerfile diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 7527a13..5670df6 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -52,7 +52,7 @@ "pick_a_card": "FLIP A CARD", "to_defend_from": "TO DEFEND YOURSELF FROM", "submit": "Submit", - "copy": "Copy", + "copy": "Copy invite", "chat": { "chat": "Chat", "joined": "{0} joined the lobby", diff --git a/frontend/src/i18n/it.json b/frontend/src/i18n/it.json index 2361cfe..9161c0d 100644 --- a/frontend/src/i18n/it.json +++ b/frontend/src/i18n/it.json @@ -52,7 +52,7 @@ "pick_a_card": "ESTRAI UNA CARTA", "to_defend_from": "PER DIFENDERTI DA", "submit": "Invia", - "copy": "Copia", + "copy": "Copia invito", "chat": { "chat": "Chat", "joined": "{0} รจ entrato nella stanza",