Can’t find loc string for key: Info_GotAndMaskAuth in azure pipeline

Recently, our Angular application’s pipeline started giving the following warnings:

“##[warning]Can’t find loc string for key: Info_GotAndMaskAuth.”

We didn’t make any changes; the previous pipeline was okay, but it suddenly started to show this warning.

I took a look in the azure-pipelines-tasks-common-packages repo (https://github.com/microsoft/azure-pipelines-tasks-common-packages) and found this being used here:
https://github.com/microsoft/azure-pipelines-tasks-common-packages/blob/5164346aa9bdc1b4f58c282770da82996cf52096/common-npm-packages/packaging-common/locationUtilities.ts#L115

Is this something I should worry about?