[SEBA-788] Incorrect field descriptions in rcord service xproto

Change-Id: I1dbb47b2c21b754073b12ca7d981dcae24c9c6bb
diff --git a/xos/synchronizer/models/rcord.xproto b/xos/synchronizer/models/rcord.xproto
index a3b29e8..0be1d85 100644
--- a/xos/synchronizer/models/rcord.xproto
+++ b/xos/synchronizer/models/rcord.xproto
@@ -79,9 +79,9 @@
         max_length = 256];
 
     required manytoone upstream_bps->BandwidthProfile:us_subscriber = 31:1001 [
-        help_text = "The subscriber the IP address belongs to"];
+        help_text = "Upstream Bandwidth Profile for a subscriber"];
     required manytoone downstream_bps->BandwidthProfile:ds_subscriber = 32:1002 [
-        help_text = "The subscriber the IP address belongs to"];
+        help_text = "Downstream Bandwidth Profile for a subscriber"];
 }
 
 message RCORDIpAddress(XOSBase) {