#3050 Renaming setTitle to setAccTitle

This commit is contained in:
Knut Sveidqvist
2022-05-17 20:23:45 +02:00
parent 3cb37ab802
commit a3878528c6
26 changed files with 42 additions and 60 deletions

View File

@@ -9,7 +9,7 @@ export const clear = function () {
description = '';
};
export const setTitle = function (txt) {
export const setAccTitle = function (txt) {
title = sanitizeText(txt).replace(/^\s+/g, '');
};
@@ -26,7 +26,7 @@ export const getAccDescription = function () {
};
export default {
setTitle,
setAccTitle,
getTitle,
getAccDescription,
setAccDescription,