Add support disclaimer (#1478)

This commit is contained in:
MidoriKami 2023-10-09 08:41:51 -07:00 committed by GitHub
parent b6897f3a8b
commit 445c84b556
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3703,7 +3703,8 @@ internal class PluginInstallerWindow : Window, IDisposable
public static string VerifiedCheckmark_UnverifiedTooltip =>
Loc.Localize("VerifiedCheckmarkUnverifiedTooltip", "This plugin has not been reviewed by the Dalamud team.\n" +
"We cannot take any responsibility for custom plugins and repositories.\n" +
"Please make absolutely sure that you only install plugins from developers you trust.");
"Please make absolutely sure that you only install plugins from developers you trust.\n\n" +
"You will not receive support for plugins installed from custom repositories on the XIVLauncher & Dalamud server.");
#endregion
}