only host users can synchronize sites

This commit is contained in:
sbwalker
2026-01-27 17:05:31 -05:00
parent 3be2b9c720
commit c95725d444
2 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ namespace Oqtane.Infrastructure
if (string.IsNullOrEmpty(log))
{
log = "No Site Groups Require Replication<br />";
log = "No Site Groups Require Synchronization<br />";
}
return log;