From 2b5e50d98a012586bc0dcc3c33ac68d78f5450ce Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Tue, 1 Mar 2016 18:44:32 -0800 Subject: Update get_team_invite_link_modal.jsx --- web/react/components/get_team_invite_link_modal.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/react/components/get_team_invite_link_modal.jsx b/web/react/components/get_team_invite_link_modal.jsx index 299729250..0d43a1c86 100644 --- a/web/react/components/get_team_invite_link_modal.jsx +++ b/web/react/components/get_team_invite_link_modal.jsx @@ -15,7 +15,7 @@ const holders = defineMessages({ }, help: { id: 'get_team_invite_link_modal.help', - defaultMessage: 'Send teammates the link below for them to sign-up to this team site.' + defaultMessage: 'Send teammates the link below for them to sign-up to this team site. The Team Invite Link can be shared with multiple teammates as it does not change unless it's regenerated in Team Settings by a Team Admin.' }, helpDisabled: { id: 'get_team_invite_link_modal.helpDisabled', @@ -73,4 +73,4 @@ GetTeamInviteLinkModal.propTypes = { intl: intlShape.isRequired }; -export default injectIntl(GetTeamInviteLinkModal); \ No newline at end of file +export default injectIntl(GetTeamInviteLinkModal); -- cgit v1.2.3-1-g7c22 From d3fa1296883ac3e8d22f0c57e6460bfe3564d422 Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Tue, 1 Mar 2016 18:46:14 -0800 Subject: Update en.json --- web/static/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json index e29df7d70..f4d520014 100644 --- a/web/static/i18n/en.json +++ b/web/static/i18n/en.json @@ -684,7 +684,7 @@ "get_link.copy": "Copy Link", "get_post_link_modal.help": "The link below allows authorized users to see your post.", "get_post_link_modal.title": "Copy Permalink", - "get_team_invite_link_modal.help": "Send teammates the link below for them to sign-up to this team site.", + "get_team_invite_link_modal.help": "Send teammates the link below for them to sign-up to this team site. The Team Invite Link can be shared with multiple teammates as it does not change unless it's regenerated in Team Settings by a Team Admin.", "get_team_invite_link_modal.helpDisabled": "User creation has been disabled for your team. Please ask your team administrator for details.", "get_team_invite_link_modal.title": "Team Invite Link", "intro_messages.DM": "This is the start of your direct message history with {teammate}.
Direct messages and files shared here are not shown to people outside this area.", -- cgit v1.2.3-1-g7c22 From dc1fc03eb70f035d4b6fad86cbeb9e401f6f6382 Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Tue, 1 Mar 2016 18:47:14 -0800 Subject: Update es.json --- web/static/i18n/es.json | 1 - 1 file changed, 1 deletion(-) (limited to 'web') diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json index 6347df31e..17f07205a 100644 --- a/web/static/i18n/es.json +++ b/web/static/i18n/es.json @@ -684,7 +684,6 @@ "get_link.copy": "Copiar Enlace", "get_post_link_modal.help": "En enlace de abajo permite a los usuarios autorizados a ver tu mensaje.", "get_post_link_modal.title": "Copiar enlace Permanente", - "get_team_invite_link_modal.help": "Enviar a los compañeros de equipo el enlace que se muestra a continuación para permitirles registrarse a este equipo.", "get_team_invite_link_modal.helpDisabled": "La creación de usuario ha sido deshabilitada para tu equipo. Por favor solicita más detalles a tu administrador de equipo.", "get_team_invite_link_modal.title": "Enlace de Invitación al Equipo", "intro_messages.DM": "Este es el inicio de tu historial de mensajes directos con {teammate}.
Los mensajes directos y archivos que se comparten aquí no son mostrados a personas fuera de esta área.", -- cgit v1.2.3-1-g7c22 From 74db6192410418c520d6afc1d09062e252fda683 Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Tue, 1 Mar 2016 18:48:29 -0800 Subject: Update pt.json --- web/static/i18n/pt.json | 1 - 1 file changed, 1 deletion(-) (limited to 'web') diff --git a/web/static/i18n/pt.json b/web/static/i18n/pt.json index 3ffd0cd87..09a603253 100644 --- a/web/static/i18n/pt.json +++ b/web/static/i18n/pt.json @@ -682,7 +682,6 @@ "get_link.copy": "Copiar Link", "get_post_link_modal.help": "O link abaixo permite que usuários autorizados possam ver seus posts.", "get_post_link_modal.title": "Copiar Permalink", - "get_team_invite_link_modal.help": "Enviar a equipe de trabalho o link abaixo para eles se inscreverem nesta equipe.", "get_team_invite_link_modal.helpDisabled": "Criação de usuários está desabilitada para sua equipe. Por favor peça ao administrador de equipe por detalhes.", "get_team_invite_link_modal.title": "Link para Convite de Equipe", "intro_messages.DM": "Este é o início do seu histórico de mensagens diretas com {teammate}.
Mensagens diretas e arquivos compartilhados aqui não são mostrados para pessoas de fora desta área.", -- cgit v1.2.3-1-g7c22 From bbe760dbd938281d0ac6c4d8d3c39e3209226b5c Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Thu, 3 Mar 2016 14:27:14 -0800 Subject: Update get_team_invite_link_modal.jsx --- web/react/components/get_team_invite_link_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/react/components/get_team_invite_link_modal.jsx b/web/react/components/get_team_invite_link_modal.jsx index 0d43a1c86..ba6164dbf 100644 --- a/web/react/components/get_team_invite_link_modal.jsx +++ b/web/react/components/get_team_invite_link_modal.jsx @@ -15,7 +15,7 @@ const holders = defineMessages({ }, help: { id: 'get_team_invite_link_modal.help', - defaultMessage: 'Send teammates the link below for them to sign-up to this team site. The Team Invite Link can be shared with multiple teammates as it does not change unless it's regenerated in Team Settings by a Team Admin.' + defaultMessage: 'Send teammates the link below for them to sign-up to this team site. The Team Invite Link can be shared with multiple teammates as it does not change unless it\'s regenerated in Team Settings by a Team Admin.' }, helpDisabled: { id: 'get_team_invite_link_modal.helpDisabled', -- cgit v1.2.3-1-g7c22