sm-types 1.11.93 → 1.11.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,8 +6,8 @@ exports.ACCESS_SEARCH_RESULTS = {
|
|
|
6
6
|
usecase: "ACCESS_SEARCH_RESULTS",
|
|
7
7
|
type: "USER_NOT_SEARCH_CREATOR",
|
|
8
8
|
messageLangMap: {
|
|
9
|
-
"PT-BR": "Você não tem permissão para listar as ofertas desta busca. Apenas o usuário que
|
|
10
|
-
"EN-US": "You are not allowed to list offers for this search. Only the user who
|
|
9
|
+
"PT-BR": "Você não tem permissão para listar as ofertas desta busca. Apenas o usuário que realizou a busca pode listar suas ofertas.",
|
|
10
|
+
"EN-US": "You are not allowed to list offers for this search. Only the user who performed the search can list its offers.",
|
|
11
11
|
},
|
|
12
12
|
},
|
|
13
13
|
};
|