mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add support disclaimer (#1478)
This commit is contained in:
parent
b6897f3a8b
commit
445c84b556
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue