Merge pull request #19093 from civicrm/5.32
[civicrm-core.git] / Civi / Api4 / Query / SqlFunctionREPLACE.php
index 36d5bcdfbc3b4ed381c922529090ae1cb3864081..d1cdef78e5d72c0d739148b570f7a5d87119b899 100644 (file)
@@ -36,4 +36,11 @@ class SqlFunctionREPLACE extends SqlFunction {
     ],
   ];
 
+  /**
+   * @return string
+   */
+  public static function getTitle(): string {
+    return ts('Replace');
+  }
+
 }