Prayable datafield typo (#28622)
* notifiactionPrefix -> notificationPrefix * notifiactionPrefix -> notificationPrefix
This commit is contained in:
@@ -26,7 +26,7 @@ public sealed partial class PrayableComponent : Component
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Prefix used in the notification to admins
|
/// Prefix used in the notification to admins
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("notifiactionPrefix")]
|
[DataField("notificationPrefix")]
|
||||||
[ViewVariables(VVAccess.ReadWrite)]
|
[ViewVariables(VVAccess.ReadWrite)]
|
||||||
public string NotificationPrefix = "prayer-chat-notify-pray";
|
public string NotificationPrefix = "prayer-chat-notify-pray";
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
size: Small
|
size: Small
|
||||||
- type: Prayable
|
- type: Prayable
|
||||||
sentMessage: prayer-popup-notify-centcom-sent
|
sentMessage: prayer-popup-notify-centcom-sent
|
||||||
notifiactionPrefix: prayer-chat-notify-centcom
|
notificationPrefix: prayer-chat-notify-centcom
|
||||||
verb: prayer-verbs-call
|
verb: prayer-verbs-call
|
||||||
verbImage: null
|
verbImage: null
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
state: icon
|
state: icon
|
||||||
- type: Prayable
|
- type: Prayable
|
||||||
sentMessage: prayer-popup-notify-syndicate-sent
|
sentMessage: prayer-popup-notify-syndicate-sent
|
||||||
notifiactionPrefix: prayer-chat-notify-syndicate
|
notificationPrefix: prayer-chat-notify-syndicate
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseHandheldInstrument
|
parent: BaseHandheldInstrument
|
||||||
@@ -185,6 +185,6 @@
|
|||||||
- ItemMask
|
- ItemMask
|
||||||
- type: Prayable
|
- type: Prayable
|
||||||
sentMessage: prayer-popup-notify-honkmother-sent
|
sentMessage: prayer-popup-notify-honkmother-sent
|
||||||
notifiactionPrefix: prayer-chat-notify-honkmother
|
notificationPrefix: prayer-chat-notify-honkmother
|
||||||
verb: prayer-verbs-call
|
verb: prayer-verbs-call
|
||||||
verbImage: null
|
verbImage: null
|
||||||
|
|||||||
Reference in New Issue
Block a user