Merge branch '5.52'
[civicrm-core.git] / Civi / Api4 / Query / SqlFunctionTIME.php
index e55b48b8671d958334eafcf8e397c86a51cc3bc8..03548773252e3c9c350c11c7350856cb2769e88e 100644 (file)
@@ -33,7 +33,14 @@ class SqlFunctionTIME extends SqlFunction {
    * @return string
    */
   public static function getTitle(): string {
-    return ts('Time Only');
+    return ts('Time only');
+  }
+
+  /**
+   * @return string
+   */
+  public static function getDescription(): string {
+    return ts('Only the time portaion of a date/time.');
   }
 
 }