1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 00:33:20 +00:00

Revert "Redefine cipher "share" to "move to organization" (#1433)" (#1440)

This reverts commit 2003ac9d2c.
This commit is contained in:
Matt Gibson
2021-06-24 15:33:19 -04:00
committed by GitHub
parent a2b46ee7cb
commit bd4a275558
11 changed files with 39 additions and 69 deletions

View File

@@ -1,7 +1,6 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -10,7 +9,6 @@
namespace Bit.App.Resources {
using System;
using System.Reflection;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
@@ -365,12 +363,6 @@ namespace Bit.App.Resources {
}
}
public static string Move {
get {
return ResourceManager.GetString("Move", resourceCulture);
}
}
public static string Saving {
get {
return ResourceManager.GetString("Saving", resourceCulture);
@@ -1265,9 +1257,9 @@ namespace Bit.App.Resources {
}
}
public static string LearnOrg {
public static string ShareVault {
get {
return ResourceManager.GetString("LearnOrg", resourceCulture);
return ResourceManager.GetString("ShareVault", resourceCulture);
}
}
@@ -2405,12 +2397,6 @@ namespace Bit.App.Resources {
}
}
public static string MovedItemToOrg {
get {
return ResourceManager.GetString("MovedItemToOrg", resourceCulture);
}
}
public static string ItemShared {
get {
return ResourceManager.GetString("ItemShared", resourceCulture);
@@ -2435,21 +2421,15 @@ namespace Bit.App.Resources {
}
}
public static string MoveToOrganization {
get {
return ResourceManager.GetString("MoveToOrganization", resourceCulture);
}
}
public static string NoOrgsToList {
get {
return ResourceManager.GetString("NoOrgsToList", resourceCulture);
}
}
public static string MoveToOrgDesc {
public static string ShareDesc {
get {
return ResourceManager.GetString("MoveToOrgDesc", resourceCulture);
return ResourceManager.GetString("ShareDesc", resourceCulture);
}
}
@@ -2501,9 +2481,9 @@ namespace Bit.App.Resources {
}
}
public static string LearnOrgConfirmation {
public static string ShareVaultConfirmation {
get {
return ResourceManager.GetString("LearnOrgConfirmation", resourceCulture);
return ResourceManager.GetString("ShareVaultConfirmation", resourceCulture);
}
}
@@ -3532,21 +3512,23 @@ namespace Bit.App.Resources {
return ResourceManager.GetString("SendFileEmailVerificationRequired", resourceCulture);
}
}
public static string PasswordPrompt {
get {
public static string PasswordPrompt
{
get
{
return ResourceManager.GetString("PasswordPrompt", resourceCulture);
}
}
public static string PasswordConfirmation {
get {
public static string PasswordConfirmation
{
get
{
return ResourceManager.GetString("PasswordConfirmation", resourceCulture);
}
}
public static string PasswordConfirmationDesc {
get {
}public static string PasswordConfirmationDesc
{
get
{
return ResourceManager.GetString("PasswordConfirmationDesc", resourceCulture);
}
}