Skip to content

Commit 3a59e83

Browse files
author
nicola74
committed
Updated package.json + fixed en.json
1 parent 7ddd8e3 commit 3a59e83

File tree

3 files changed

+12
-63
lines changed

3 files changed

+12
-63
lines changed

package-lock.json

Lines changed: 11 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"humanize-duration": "^3.18.0",
5757
"humanize-duration-ts": "^2.0.0",
5858
"jquery": "3.2.1",
59-
"leaflet": "1.5.1",
59+
"leaflet": "^1.5.1",
6060
"moment": "^2.18.1",
6161
"moment-timezone": "^0.5.21",
6262
"mydatepicker": "^2.6.5",

src/assets/i18n/en.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,6 @@
15861586
"ResetFilters": "Reset filters",
15871587
"AppliedFilters": "Applied Filters",
15881588
"Ticket": "Internal request",
1589-
<<<<<<< HEAD
15901589
"EnableDisable": "Enable / disable",
15911590
"SoundEnabled": "Sound enabled",
15921591
"SoundDisabled": "Sound disabled",
@@ -1614,35 +1613,4 @@
16141613
"OnlineOfflineGreetings": "Online / Offline Greetings",
16151614
"WidgetPreviewIsDisplayedIn": "Widget preview is currently displayed in",
16161615
"ChangePreviewToCustomizeTheFollowingFieldsInAnotherLanguage": "Change preview in the Multilanguage section to customize the following fields in another language"
1617-
=======
1618-
"EnableDisable":"Enable / disable",
1619-
"Webhook": {
1620-
"AddSubscription": "Add Subscription",
1621-
"Subscriptions": "Subscriptions",
1622-
"Actions": "Actions",
1623-
"NoWebhookSubscriptions": "There are no webhook subscriptions",
1624-
"CreateSubscription": "Create subscription",
1625-
"UpdateSubscription": "Update sottoscrizione",
1626-
"RequiredFiled": "*Required field",
1627-
"SelectEvent": "Select event",
1628-
"SharedSecretGenerated": "Shared Secret Generated",
1629-
"ThisIsYourSharedSecret": "This is your shared secret",
1630-
"Copy": "Copy",
1631-
"NoteThatWillBeDisplayedOnce": "Note that this shared secret will only be displayed once",
1632-
"ConfirmSubscriptionDeleteTitle": "Delete Subscription",
1633-
"ConfirmSubscriptionDeleteBody" : "Are you sure you want to unsubscribe? This action is irreversible.",
1634-
"ConfirmButton": "Confirm",
1635-
"CancelButton": "Cancel",
1636-
"MoreInfoWebhook": "For more information about Webhook please visit ",
1637-
"NotificationMsgs": {
1638-
"DeleteSubscriptionError": "An error occurred while deleting subscription",
1639-
"DeleteSubscriptionSuccess": "Subscription successfully deleted",
1640-
"CreateSubscriptionSuccess": "Subscription successfully created",
1641-
"CreateSubscriptionError": "An error occurred while creating subscription",
1642-
"UpdateSubscriptionSuccess": "Subscription successfully updated",
1643-
"UpdateSubscriptionError": "An error occurred while updating subscription",
1644-
"ShowSecretError": "An error occurred while secret generation"
1645-
}
1646-
}
1647-
>>>>>>> new_features_dev
16481616
}

0 commit comments

Comments
 (0)