Append line breaks after read only mode warning in announce text

This commit is contained in:
sudokoko 2024-03-30 15:04:48 -04:00
parent e8441c134b
commit 931f079265
No known key found for this signature in database
GPG key ID: 248D68C664937395

View file

@ -63,7 +63,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.";
if (ServerConfiguration.Instance.UserGeneratedContentLimits.ReadOnlyMode) if (ServerConfiguration.Instance.UserGeneratedContentLimits.ReadOnlyMode)
{ {
announceText.Insert(0, BaseLayoutStrings.ReadOnlyWarn.Translate(LocalizationManager.DefaultLang)); announceText.Insert(0, BaseLayoutStrings.ReadOnlyWarn.Translate(LocalizationManager.DefaultLang) + "\n\n");
} }
#if DEBUG #if DEBUG