diff options
author | crupest <crupest@outlook.com> | 2020-11-15 20:48:28 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-15 20:48:28 +0800 |
commit | 1bbc60966cea77ec6ed7895bea1a01ad9c090c3a (patch) | |
tree | 7c2c792c141def97603cb43d98e83d29ac718e9a /BackEnd/Timeline/Resources/Messages.Designer.cs | |
parent | 667143d870679deb4be55122237e66d2d480946f (diff) | |
download | timeline-1bbc60966cea77ec6ed7895bea1a01ad9c090c3a.tar.gz timeline-1bbc60966cea77ec6ed7895bea1a01ad9c090c3a.tar.bz2 timeline-1bbc60966cea77ec6ed7895bea1a01ad9c090c3a.zip |
feat: Deleting root user now returns 400.
Diffstat (limited to 'BackEnd/Timeline/Resources/Messages.Designer.cs')
-rw-r--r-- | BackEnd/Timeline/Resources/Messages.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Resources/Messages.Designer.cs b/BackEnd/Timeline/Resources/Messages.Designer.cs index fd3e1848..c6b7d5e7 100644 --- a/BackEnd/Timeline/Resources/Messages.Designer.cs +++ b/BackEnd/Timeline/Resources/Messages.Designer.cs @@ -367,6 +367,15 @@ namespace Timeline.Resources { }
/// <summary>
+ /// Looks up a localized string similar to You can't delete root user..
+ /// </summary>
+ internal static string UserController_Delete_RootUser {
+ get {
+ return ResourceManager.GetString("UserController_Delete_RootUser", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to You can't set permission unless you are administrator..
/// </summary>
internal static string UserController_Patch_Forbid_Administrator {
|