diff --git a/locklost/plugins/refine.py b/locklost/plugins/refine.py
index abc377b101614a7deb3ec01d6d0c7dadfd116f8d..ca9359d1014a3e16a4ce6440ebbe942a0e81b92c 100644
--- a/locklost/plugins/refine.py
+++ b/locklost/plugins/refine.py
@@ -69,7 +69,7 @@ def plot_indicators(event, channel, refined_gps, threshold):
                 "threshold",
                 xy=(ax1.get_xlim()[-1], threshold),
                 xycoords='data',
-                xytext=(8, -10),
+                xytext=(-8, -10),
                 textcoords='offset points',
                 horizontalalignment='right',
                 verticalalignment='top',