From 58d55e9439e3f83ed52208c861e0129715716dd5 Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Wed, 31 Jul 2024 13:51:24 -0700 Subject: [PATCH] fix(i10n): remove unneeded escape character Signed-off-by: Edward Ly --- nextcloudappstore/user/templates/user/transfer-apps.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloudappstore/user/templates/user/transfer-apps.html b/nextcloudappstore/user/templates/user/transfer-apps.html index cd1b3ec25fb..648747f5f8c 100644 --- a/nextcloudappstore/user/templates/user/transfer-apps.html +++ b/nextcloudappstore/user/templates/user/transfer-apps.html @@ -8,7 +8,7 @@

{% trans "Transfer Apps" %}

{% trans 'To transfer an app to a new owner you must first unlock the app. A user can then take control of the app by registering it again on the app register page in the app developer menu.' %}

-

{% trans "Don\'t have a new owner yet? You can mark the app as orphaned to indicate that you are looking for a new owner. Once the transfer is complete, the app will be automatically marked as un-orphaned/maintained again." %}

+

{% trans "Don't have a new owner yet? You can mark the app as orphaned to indicate that you are looking for a new owner. Once the transfer is complete, the app will be automatically marked as un-orphaned/maintained again." %}

{% if apps %}