From 33fe223b5d3c700d9f4f4e746ca17e550fb2480f Mon Sep 17 00:00:00 2001 From: Richard Keenan <1126680+richkeenan@users.noreply.github.com> Date: Tue, 19 May 2020 18:33:37 +0100 Subject: [PATCH] Typo fix in desc_exitSession en.json (#1619) --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 4adc2857..910d6824 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -142,7 +142,7 @@ "desc_inProgressIntro": "Live-collaboration session is now in progress.", "desc_persistenceWarning": "Note that the scene data is shared across collaborators in a P2P fashion, and not persisted to our server. Thus, if all of you disconnect, you will lose the data unless you export it to a file or a shareable link.", "desc_shareLink": "Share this link with anyone you want to collaborate with:", - "desc_exitSession": "Stopping the session will disconnect your from the room, but you'll be able to continue working with the scene, locally. Note that this won't affect other people, and they'll still be able to collaborate on their version." + "desc_exitSession": "Stopping the session will disconnect you from the room, but you'll be able to continue working with the scene, locally. Note that this won't affect other people, and they'll still be able to collaborate on their version." }, "errorDialog": { "title": "Error"