1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-11 13:53:29 +00:00

[PM-3556] Change anonaddy to addy io (#2711)

* Update AppResources.af.resx

* Update AnonAddy references

* Reverted AnonAddy to AddyIo refactor, keeping text and url changes

---------

Co-authored-by: Andre Rosado <arosado@bitwarden.com>
This commit is contained in:
Will Browning
2023-09-08 16:23:51 +02:00
committed by GitHub
parent b0f1dd00ee
commit 382eee2ed3
67 changed files with 194 additions and 194 deletions

View File

@@ -509,11 +509,11 @@ namespace Bit.App.Resources {
}
/// <summary>
/// Looks up a localized string similar to AnonAddy.
/// Looks up a localized string similar to addy.io.
/// </summary>
public static string AnonAddy {
public static string AddyIo {
get {
return ResourceManager.GetString("AnonAddy", resourceCulture);
return ResourceManager.GetString("AddyIo", resourceCulture);
}
}