mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 23:33:36 +02:00
Change text of registrar change notification e-mail
Since we're now sending these to actual registrars, change the text to make it a little bit clearer what's going on. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=241992717
This commit is contained in:
parent
4240583af7
commit
c8c7a043bd
2 changed files with 4 additions and 3 deletions
|
@ -501,10 +501,11 @@ public class RegistrarSettingsAction implements Runnable, JsonActionRunner.JsonA
|
|||
String environment = Ascii.toLowerCase(String.valueOf(registryEnvironment));
|
||||
sendEmailUtils.sendEmail(
|
||||
String.format(
|
||||
"Registrar %s (%s) updated in %s",
|
||||
"Registrar %s (%s) updated in registry %s environment",
|
||||
existingRegistrar.getRegistrarName(), existingRegistrar.getClientId(), environment),
|
||||
String.format(
|
||||
"The following changes were made on %s to the registrar %s by %s:\n\n%s",
|
||||
"The following changes were made in registry %s environment to "
|
||||
+ "the registrar %s by %s:\n\n%s",
|
||||
environment,
|
||||
existingRegistrar.getClientId(),
|
||||
authResult.userIdForLogging(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue