updates wording

This commit is contained in:
Shannon
2018-09-10 11:32:49 +10:00
parent 03f204c22f
commit 47347ed966
7 changed files with 7 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ namespace Umbraco.Core.Services.Implement
// default role is single server, but if registrations contain more
// than one active server, then role is master or slave
_currentServerRole = regs.Count(x => x.IsActive) > 1
? (server.IsMaster ? ServerRole.Master : ServerRole.Slave)
? (server.IsMaster ? ServerRole.Master : ServerRole.Replica)
: ServerRole.Single;
scope.Complete();