updated welsh translations
This commit is contained in:
@@ -542,11 +542,14 @@ const DNSSearchResults = (props) => {
|
||||
"watchedCases"
|
||||
);
|
||||
alert(
|
||||
"You have stopped watching case " +
|
||||
item.title
|
||||
t(
|
||||
"case:you-have-stopped-watching-label"
|
||||
) + item.title
|
||||
);
|
||||
}}
|
||||
title="Stop watching this case"
|
||||
title={t(
|
||||
"case:stop-watching-case-link"
|
||||
)}
|
||||
>
|
||||
<span className="eye"></span>
|
||||
</span>
|
||||
@@ -560,11 +563,14 @@ const DNSSearchResults = (props) => {
|
||||
item.pinswg_appealcasetype
|
||||
);
|
||||
alert(
|
||||
"You are watching case " +
|
||||
item.title
|
||||
t(
|
||||
"case:you-are-watching-label"
|
||||
) + item.title
|
||||
);
|
||||
}}
|
||||
title="Watch this case"
|
||||
title={t(
|
||||
"case:watch-this-case-link"
|
||||
)}
|
||||
>
|
||||
<span className="eye"></span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user