aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Resources/Messages.Designer.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-15 20:31:22 +0800
committercrupest <crupest@outlook.com>2020-11-15 20:31:22 +0800
commit5b7b0120406ef4c609c07ab57074a76a753cd1fd (patch)
treedd34d028426627375a3183c30d1494fcec55969b /BackEnd/Timeline/Resources/Messages.Designer.cs
parentfa7b123be84afe020fc582535cc270e8cf24e85b (diff)
downloadtimeline-5b7b0120406ef4c609c07ab57074a76a753cd1fd.tar.gz
timeline-5b7b0120406ef4c609c07ab57074a76a753cd1fd.tar.bz2
timeline-5b7b0120406ef4c609c07ab57074a76a753cd1fd.zip
feat: Now changing user permission returns 400.
Diffstat (limited to 'BackEnd/Timeline/Resources/Messages.Designer.cs')
-rw-r--r--BackEnd/Timeline/Resources/Messages.Designer.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Resources/Messages.Designer.cs b/BackEnd/Timeline/Resources/Messages.Designer.cs
index bb654ce6..fd3e1848 100644
--- a/BackEnd/Timeline/Resources/Messages.Designer.cs
+++ b/BackEnd/Timeline/Resources/Messages.Designer.cs
@@ -358,6 +358,15 @@ namespace Timeline.Resources {
}
/// <summary>
+ /// Looks up a localized string similar to You can&apos;t change permission of root user..
+ /// </summary>
+ internal static string UserController_ChangePermission_RootUser {
+ get {
+ return ResourceManager.GetString("UserController_ChangePermission_RootUser", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to You can&apos;t set permission unless you are administrator..
/// </summary>
internal static string UserController_Patch_Forbid_Administrator {