From b61d978b0a5e17db785ed871a2643cd6408d4ef5 Mon Sep 17 00:00:00 2001
From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com>
Date: Tue, 17 Aug 2021 21:48:12 -0400
Subject: [PATCH] Change the label for "Reset Rotation"

Change the label for "Reset Rotation"
---
 .../system/create/entityProperties/html/js/entityProperties.js  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/system/create/entityProperties/html/js/entityProperties.js b/scripts/system/create/entityProperties/html/js/entityProperties.js
index 82015c6350..ff538af016 100644
--- a/scripts/system/create/entityProperties/html/js/entityProperties.js
+++ b/scripts/system/create/entityProperties/html/js/entityProperties.js
@@ -1384,7 +1384,7 @@ const GROUPS = [
                 type: "buttons",
                 buttons: [  { id: "copyRotation", label: "Copy Rotation", className: "secondary", onClick: copyRotationProperty },
                             { id: "pasteRotation", label: "Paste Rotation", className: "secondary", onClick: pasteRotationProperty },
-                            { id: "setRotationToZero", label: "Set Rotation to Zero", className: "secondary_red", onClick: setRotationToZeroProperty }],
+                            { id: "setRotationToZero", label: "Reset Rotation", className: "secondary_red", onClick: setRotationToZeroProperty }],
                 propertyID: "copyPasteRotation"
             },          
             {