diff --git a/unpublishedScripts/marketplace/spectator-camera/SpectatorCamera.qml b/unpublishedScripts/marketplace/spectator-camera/SpectatorCamera.qml
index 7c44d68ad3..25a10e6ca6 100644
--- a/unpublishedScripts/marketplace/spectator-camera/SpectatorCamera.qml
+++ b/unpublishedScripts/marketplace/spectator-camera/SpectatorCamera.qml
@@ -316,7 +316,7 @@ Rectangle {
 
             HifiStylesUit.FiraSansRegular {
                 id: fieldOfViewLabel;
-                text: "Field of View (" + fieldOfViewSlider.value + "): ";
+                text: "Field of View (" + fieldOfViewSlider.value + "\u00B0): ";
                 size: 16;
                 color: hifi.colors.lightGrayText;
                 anchors.left: parent.left;