Skip to content

Commit f9555f9

Browse files
authored
Merge pull request #273 from FromDoppler/doi-2336-falta-de-ortografia-remover-segundo-link-rfm
Arreglar falta de ortografia y remover segundo link rfm
2 parents 28bcc70 + 016e1a3 commit f9555f9

3 files changed

Lines changed: 1 addition & 14 deletions

File tree

src/components/Rfm/index.jsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,6 @@ export const RFM = ({ integration, idThirdPartyApp }) => {
223223
<p className="m-t-12 m-b-6">
224224
{intl.formatMessage({ id: "Rfm.user_notification" })}
225225
</p>
226-
<p className="dp-color-lightgrey">
227-
{intl.formatMessage({ id: "Rfm.more_information" })}{" "}
228-
<a
229-
href={intl.formatMessage({ id: "Rfm.help_link" })}
230-
rel="noreferrer"
231-
target="_blank"
232-
>
233-
{intl.formatMessage({ id: "Rfm.help_link_2" })}
234-
</a>
235-
</p>
236226
<div className="nav-button-bar flex-grid m-t-12">
237227
<div className="m-b-12 dp-wrap-message dp-wrap-info ng-binding ng-scope">
238228
<span className="dp-message-icon"></span>

src/components/i18n/en.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export const messages_en = {
9898
calculation_date: "Last calculation date: ",
9999
help_link: "https://help.fromdoppler.com/en/que-es-la-segmentacion-rfm/",
100100
help_link_1: '"What is the RFM analysis and how is it calculated".',
101-
help_link_2: '"RFM segmentation, terminology, and associated behaviors".',
102101
info: "The results of the RFM analysis will be available within 24 hours.",
103102
list_item_first: "Recency:",
104103
list_item_first_description: "days elapsed since the last purchase.",

src/components/i18n/es.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ export const messages_es = {
9797
button: "Guardar",
9898
calculation_date: "Fecha de último cálculo: ",
9999
help_link: "https://help.fromdoppler.com/es/que-es-la-segmentacion-rfm/",
100-
help_link_1: '"Qué es el análisis RFM y cómo se calcular".',
101-
help_link_2:
102-
'"Segmentación RFM, nomenclatura y comportamientos asociados".',
100+
help_link_1: '"Qué es el análisis RFM y cómo se calcula".',
103101
info: "En 24 horas estarán disponibles los resultados del análisis RFM.",
104102
list_item_first: "Recencia:",
105103
list_item_first_description: "días transcurridos desde la última compra.",

0 commit comments

Comments
 (0)