Fixed Alert phrases link wrapper

Fethi.dz

Well-known member
Affected version
2.0.0 RC 2
Hi,

Your comment on <a href="{link}">{user}'s profile post</a> was deleted.

Your comment on <a href="{link}">{user}'s profile post</a> was edited.

You can simply make it as the other alert phrases without the link wrapper on {user}'s profile post and it works fine:

Your comment on {user}'s profile post was deleted.

Your comment on {user}'s profile post was edited.

The issue this request is because when I translate those phrases to Arabic starnge behaviour noted.

The user name have the correct link to that profile post, but the equivilant phrases to profile post have a link with a href={link}

Thnaks.
 
Picture:
link.webp

My translation to insure am doing it right.

تعليقك على <a href="{link}">مشاركة لـ {user}</a> في الملف الشخصي تم حذفه.

I don't know what's wrong with it, and why there are two links on this phrase.
 
There was indeed a mistake in these phrases. The master values have been updated to:
Code:
Your comment on {user}'s profile post was deleted.
And:
Code:
Your comment on {user}'s profile post was edited.

Thanks
 
Top Bottom